diff --git a/example/rp/index.html b/example/rp/index.html index 50f5808a8da6400b14728ef5d541909b156e29a3..bef670ebd017a23aec6d333a0f25362f3a7f8b33 100644 --- a/example/rp/index.html +++ b/example/rp/index.html @@ -193,7 +193,7 @@ $(document).ready(function() { }); }); - $(".specify button.logout").click(navigator.id.logout); + $(".specify button.logout").click(function() { navigator.id.logout() }); $(".session button.update_session").click(function() { storage.loggedInUser = $.trim($('#loggedInUser').val());