summaryrefslogtreecommitdiffstats
path: root/install/static/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/search.js')
-rw-r--r--install/static/search.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/static/search.js b/install/static/search.js
index 535ad3fcf..934000b9f 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -1,3 +1,5 @@
+/*jsl:import ipa.js */
+
/* Authors:
* Pavel Zuna <pzuna@redhat.com>
* Adam Young <ayoung@redhat.com>
@@ -246,7 +248,7 @@ IPA.search_widget = function (spec) {
};
return that;
-}
+};
IPA.search_facet = function (spec) {
@@ -385,7 +387,7 @@ IPA.search_facet = function (spec) {
that.search_facet_setup = that.setup;
return that;
-}
+};
function search_generate_tr(thead, tbody, entry_attrs)
{