keycloak-uncached

Fixes for example/cordova

5/28/2014 1:10:28 PM

Details

diff --git a/examples/cordova/www/index.html b/examples/cordova/www/index.html
index 27d7db1..91d9722 100644
--- a/examples/cordova/www/index.html
+++ b/examples/cordova/www/index.html
@@ -33,7 +33,7 @@
         document.addEventListener("deviceready", function() {
             console.debug('Device ready');
 
-            keycloak.init('check-sso');
+            keycloak.init({ onLoad: 'check-sso' });
         }, false);
     </script>
 </head>