X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Ftabs%2Fstatic%2Fjs%2Ftabs.js;h=f9cd2a7c832c2637284b3fd9702c7ca735fdc561;hb=c18db44fd7a666c17c60769db57a4e23e64bc7ea;hp=bfd568a9ba89759dc0f67b9328c70dfc395484d5;hpb=03839166e30819c37290f33056f44aaee1583bfc;p=myslice.git diff --git a/plugins/tabs/static/js/tabs.js b/plugins/tabs/static/js/tabs.js index bfd568a9..f9cd2a7c 100644 --- a/plugins/tabs/static/js/tabs.js +++ b/plugins/tabs/static/js/tabs.js @@ -33,7 +33,6 @@ var tabs_helper = { if (tabs_helper.debug) messages.debug ("setting active for " + domid + " to active_domid=" + active_domid); // build something like "#uldomid a[href='#active_domid']" var selector="#"+domid+" a[href='#"+active_domid+"']"; - console.log("selector="+selector); $(selector).tab('show'); }, set_from_saved_active_domid : function (domid) { @@ -58,7 +57,6 @@ var tabs_helper = { // persistent-active var domid=$(e.target).closest(".persistent-active").attr('id'); tabs_helper.store_active_domid(domid,active_domid); - console.log("CLICKED domid="+domid+" active_domid="+active_domid); }); },