js helper function 'get_value' not defined globally anymore, use unfold.get_velue...
[myslice.git] / plugins / lists / static / js / simplelist.js
index 545c04c..6a65673 100644 (file)
            $plugindiv.closest('.need-spin').spin(false);
 
         if (rows.length == 0) {
-               if (use_datatables)
-                 datatables_set_message ($table, $tbody, unfold.warning("No result"));
-               else
-                       regular_set_message ($table, $tbody, unfold.warning("No result"));
+           if (use_datatables)
+                datatables_set_message ($table, $tbody, unfold.warning("No result"));
+           else
+               regular_set_message ($table, $tbody, unfold.warning("No result"));
             return;
         }