diff options
Diffstat (limited to 'install/static/host.js')
-rw-r--r-- | install/static/host.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/host.js b/install/static/host.js index 852d0ce0..b6ca404a 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -406,7 +406,7 @@ function host_certificate_status_widget(spec) { that.get_entity_certificate = function(result) { var values = result['usercertificate']; return values ? values[0].__base64__ : null; - } + }; }; return that; @@ -444,7 +444,7 @@ function ipa_host_managedby_host_facet(spec) { state[that.other_entity + '-pkey'] = value; $.bbq.pushState(state); return false; - } + }; }(value) }).appendTo(container); }; |