summaryrefslogtreecommitdiffstats
path: root/install/static/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/rule.js')
-rw-r--r--install/static/rule.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/install/static/rule.js b/install/static/rule.js
index e54aa27ef..f625f8535 100644
--- a/install/static/rule.js
+++ b/install/static/rule.js
@@ -1,3 +1,5 @@
+/*jsl:import ipa.js */
+
/* Authors:
* Endi Sukma Dewata <edewata@redhat.com>
*
@@ -121,7 +123,8 @@ IPA.rule_details_section = function (spec){
};
return that;
-}
+};
+
IPA.rule_association_table_widget = function (spec) {
@@ -168,4 +171,4 @@ IPA.rule_association_table_widget = function (spec) {
};
return that;
-}
+};