harmonize js files naming under unfold/
[unfold.git] / plugins / tabs / static / js / tabs.js
index bfd568a..7c7f159 100644 (file)
@@ -1,6 +1,6 @@
 // storing tabs active component in localStorage
 //
-// based on plugin_helper.js, extended to store the domid of an active tab
+// based on plugin-helper.js, extended to store the domid of an active tab
 //
 
 var tabs_helper = {
@@ -58,7 +58,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);
        });
     },