fix debug mode leftover

References #81
This commit is contained in:
Ian
2014-03-08 09:04:04 +01:00
parent 8b08f066a5
commit 1e1305c24c
+1 -1
View File
@@ -17,7 +17,7 @@
*/
(function($) {
var debugMode = true;
var debugMode = false;
$.fn.extend({
// We assume there could be multiple sets of tabs on a page, so,
// the unique id for each invididual tab's heading is identified with params q and r (e.g., id="accessibletabscontent0-2")