]> git.datanom.net - qtadmin.git/blobdiff - js/checkbox.js
Handle multi action button
[qtadmin.git] / js / checkbox.js
index fab9f77b6ae46d49367984134f18c37988009ed5..d2d516c9663254df9b5d5d3fa80d54a49d0ae1eb 100644 (file)
@@ -12,5 +12,6 @@ function checkAction() {
             }
         }
     }
-    alert(ids);
+    var url = 'quarantine.php?op=release&id=' + ids;
+    location.href=url;
 }
This page took 0.027622 seconds and 5 git commands to generate.