summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall/static/hbacrule.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/hbacrule.js b/install/static/hbacrule.js
index 16f21108f..d1b402388 100755
--- a/install/static/hbacrule.js
+++ b/install/static/hbacrule.js
@@ -522,7 +522,7 @@ function ipa_hbacrule_details_facet(spec) {
return;
}
- alert(JSON.stringify(batch.to_json()));
+ //alert(JSON.stringify(batch.to_json()));
batch.execute();
};