summaryrefslogtreecommitdiffstats
path: root/install/static/sudorule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/sudorule.js')
-rwxr-xr-xinstall/static/sudorule.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/install/static/sudorule.js b/install/static/sudorule.js
index 66c010ed..c314ccd0 100755
--- a/install/static/sudorule.js
+++ b/install/static/sudorule.js
@@ -86,19 +86,6 @@ function ipa_sudorule_search_facet(spec) {
that.search_facet_init();
};
- that.create = function(container) {
- that.search_facet_create(container);
-
- container.children().last().prepend(
- $('<h2/>', { 'html': IPA.metadata.sudorule.label }));
- container.children().last().prepend('<br/><br/>');
-
- };
-
- that.setup = function(container) {
- that.search_facet_setup(container);
- };
-
return that;
}