]> git.datanom.net - qtadmin.git/blobdiff - js/checkbox.js
Handle multi action button
[qtadmin.git] / js / checkbox.js
index d0088038f6bc377bbef6ae8da9130feb5ae1bc1c..fab9f77b6ae46d49367984134f18c37988009ed5 100644 (file)
@@ -4,7 +4,7 @@ function checkAction() {
     var ids = '';
     var c = document.getElementsByName('action');
     for (var i = 0; i < c.length; i++) {
-        if (c[i].type == 'checkbox' and c[i].checked == true) {
+        if (c[i].type == 'checkbox' && c[i].checked == true) {
             if (ids == '') {
                 ids = c[i].value;
             } else {
This page took 0.027511 seconds and 5 git commands to generate.