chromeStorage fixes
This commit is contained in:
parent
ee025fc80b
commit
5bfbf64778
7 changed files with 44 additions and 143 deletions
8
init.js
8
init.js
|
|
@ -21,15 +21,7 @@ function init() {
|
|||
} else if (ns6 || ie4) {
|
||||
ld.display = "none";
|
||||
} else {
|
||||
console.log('Warning!! is a chrome app!');
|
||||
console.log('ns4', ns4);
|
||||
console.log('ns6', ns6);
|
||||
console.log('ie4', ie4);
|
||||
|
||||
ld = document.loading;
|
||||
|
||||
ld = document.getElementById("loading").style;
|
||||
|
||||
ld.visibility = "hidden";
|
||||
ld.display = "none";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue