add tabs for maps
[myslice.git] / plugins / senslabmap / static / js / senslabmap.js
index 2945e0d..a306219 100644 (file)
@@ -22,7 +22,7 @@
     },
     
     on_all_new_record: function(node) {
-      Senslab.normalize(node, this.key);
+      Senslab.normalize(node);
       if (node.normalized) {
         var site = node.site;
         if ($.inArray(site, this.sites) == -1) {