summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-28 10:21:30 -0500
committerAdam Young <ayoung@redhat.com>2011-01-28 10:37:49 -0500
commit828cd5f11acc044378d1911fe64fb7e64c4e42db (patch)
tree39869e18bf46676cfd50433311558469bd76a408 /install/ui
parentc75f332af9225da285c54f0b09d87f28e3a2185b (diff)
downloadfreeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.tar.gz
freeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.tar.xz
freeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.zip
jsl warnings
Diffstat (limited to 'install/ui')
-rw-r--r--install/ui/details.js2
-rw-r--r--install/ui/entity.js2
-rw-r--r--install/ui/ipa.js1
-rw-r--r--install/ui/webui.js4
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'}
]},