Commit ec8e0e6f authored by bitsoko services's avatar bitsoko services 👷🏿

Update custom-script.js

parent 88881942
......@@ -76,7 +76,7 @@ angular.module('sokoApp', [])
default:
}
});
*/
try {
getObjectStore('data', 'readwrite').get('user-profile-' + localStorage.getItem("bits-user-name")).onsuccess = function(event) {
try {
......@@ -98,6 +98,13 @@ angular.module('sokoApp', [])
}).modal("open")
}
*/
$('#login').modal({
// onOpenEnd: startGoogle(),
dismissible: false
}).modal("open")
$('.sidebar-collapse').sidenav({
menuWidth: 300, // Default is 300
edge: 'left', // Choose the horizontal origin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment