renamed hazelnut into querytable
[unfold.git] / plugins / myplugin / static / js / myplugin.js
index da65c43..26a2992 100644 (file)
@@ -44,7 +44,7 @@
         },
 
         /* PLUGIN EVENTS */
-        // on_show like in hazelnut
+        // on_show like in querytable
 
 
         /* GUI EVENTS */
@@ -86,8 +86,7 @@
         // ... be sure to list all events here
 
         /* RECORD HANDLERS */
-        
-        on_record_received: function(record)
+        on_all_new_record: function(record)
         {
             //
         },