Improved lychee.dropbox and lychee.dropboxKey check
This commit is contained in:
parent
36dd48ec27
commit
7dd82fc516
@ -330,7 +330,7 @@ lychee.retinize = function(path = '') {
|
|||||||
|
|
||||||
lychee.loadDropbox = function(callback) {
|
lychee.loadDropbox = function(callback) {
|
||||||
|
|
||||||
if (!lychee.dropbox && lychee.dropboxKey) {
|
if (lychee.dropbox===false && lychee.dropboxKey!=null && lychee.dropboxKey!=='') {
|
||||||
|
|
||||||
loadingBar.show()
|
loadingBar.show()
|
||||||
|
|
||||||
@ -351,7 +351,7 @@ lychee.loadDropbox = function(callback) {
|
|||||||
}
|
}
|
||||||
s.parentNode.insertBefore(g, s)
|
s.parentNode.insertBefore(g, s)
|
||||||
|
|
||||||
} else if (lychee.dropbox&&lychee.dropboxKey) {
|
} else if (lychee.dropbox===true && lychee.dropboxKey!=null && lychee.dropboxKey!=='') {
|
||||||
|
|
||||||
callback()
|
callback()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user