epic-s6ts
[kivitendo-erp.git] / scripts / generate_client_js_actions.tpl
index 274076a..467344f 100644 (file)
@@ -44,8 +44,10 @@ ns.eval_json_result = function(data) {
       $('#flash_' + category + '_detail').empty();
     });
   }
-  if ((data.js || '') != '')
+  if ((data.js || '') !== '')
+    // jshint -W061
     eval(data.js);
+    // jshint +W061
 
   if (data.eval_actions)
     $(data.eval_actions).each(function(idx, action) {