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

Update custom-script.js

parent 88881942
...@@ -76,7 +76,7 @@ angular.module('sokoApp', []) ...@@ -76,7 +76,7 @@ angular.module('sokoApp', [])
default: default:
} }
}); });
*/
try { try {
getObjectStore('data', 'readwrite').get('user-profile-' + localStorage.getItem("bits-user-name")).onsuccess = function(event) { getObjectStore('data', 'readwrite').get('user-profile-' + localStorage.getItem("bits-user-name")).onsuccess = function(event) {
try { try {
...@@ -98,6 +98,13 @@ angular.module('sokoApp', []) ...@@ -98,6 +98,13 @@ angular.module('sokoApp', [])
}).modal("open") }).modal("open")
} }
*/
$('#login').modal({
// onOpenEnd: startGoogle(),
dismissible: false
}).modal("open")
$('.sidebar-collapse').sidenav({ $('.sidebar-collapse').sidenav({
menuWidth: 300, // Default is 300 menuWidth: 300, // Default is 300
edge: 'left', // Choose the horizontal origin 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