fix small syntax error
(doesn't throw, but doesn't work either)
This commit is contained in:
parent
e3542dabbf
commit
06b3061715
@ -101,7 +101,7 @@ window.outOfDateUserPrompt = function()
|
||||
+'In this case, try clearing your cache, or waiting 15-30 minutes for the stale data to expire.</p>',
|
||||
buttons: {
|
||||
'RELOAD': function() {
|
||||
if (typeof android !== 'undefined' && android && android.reloadIITC()) {
|
||||
if (typeof android !== 'undefined' && android && android.reloadIITC) {
|
||||
android.reloadIITC();
|
||||
} else {
|
||||
window.location.reload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user