From 828cd5f11acc044378d1911fe64fb7e64c4e42db Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 28 Jan 2011 10:21:30 -0500 Subject: jsl warnings --- install/ui/details.js | 2 +- install/ui/entity.js | 2 +- install/ui/ipa.js | 1 + install/ui/webui.js | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/install/ui/details.js b/install/ui/details.js index c9e78bde..dc3aaa53 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -405,7 +405,7 @@ IPA.details_section = function (spec){ } } return false; - } + }; // methods that should be invoked by subclasses that.section_init = that.init; diff --git a/install/ui/entity.js b/install/ui/entity.js index 990d2eb7..69dd444f 100644 --- a/install/ui/entity.js +++ b/install/ui/entity.js @@ -65,7 +65,7 @@ IPA.facet = function (spec) { that.is_dirty = function (){ return false; - } + }; that.get_client_area = function() { return $('.client', that.container); diff --git a/install/ui/ipa.js b/install/ui/ipa.js index a5ad6d06..64ee04b5 100644 --- a/install/ui/ipa.js +++ b/install/ui/ipa.js @@ -165,6 +165,7 @@ var IPA = ( function () { var state = {}; state[entity_name + '-facet'] = facet_name; $.bbq.pushState(state); + return true; }; that.switch_and_show_page = function (this_entity, facet_name, pkey) { diff --git a/install/ui/webui.js b/install/ui/webui.js index a762654b..7d14f593 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -51,8 +51,8 @@ IPA.admin_tab_set = function () { {name:'krbtpolicy', entity:'krbtpolicy'} ]}, {name:'ipaserver', label: IPA.messages.tabs.ipaserver, children: [ - {name:'role',entity:'role', label: IPA.messages.tabs.role - ,children:[ + {name:'role',entity:'role', label: IPA.messages.tabs.role, + children:[ {name:'privilege',entity:'privilege' }, {name:'permission', entity:'permission'} ]}, -- cgit