manifold: now managing update queries
[myslice.git] / plugins / hazelnut / static / js / hazelnut.js
index d26f0ea..48a392d 100644 (file)
@@ -69,7 +69,8 @@
 
         /* GUI MANIPULATION */
 
-        initialize_table: function() {
+        initialize_table: function() 
+        {
             /* Transforms the table into DataTable, and keep a pointer to it */
             var self = this;
             actual_options = {
             alert('Hazelnut::clear_fields() not implemented');
         },
 
-        /* RECORD HANDLERS */
+        /*************************** RECORD HANDLER ***************************/
 
         on_new_record: function(record)
         {