fix small syntax error

(doesn't throw, but doesn't work either)
This commit is contained in:
fkloft 2014-08-13 12:50:49 +02:00
parent e3542dabbf
commit 06b3061715

View File

@ -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>', +'In this case, try clearing your cache, or waiting 15-30 minutes for the stale data to expire.</p>',
buttons: { buttons: {
'RELOAD': function() { 'RELOAD': function() {
if (typeof android !== 'undefined' && android && android.reloadIITC()) { if (typeof android !== 'undefined' && android && android.reloadIITC) {
android.reloadIITC(); android.reloadIITC();
} else { } else {
window.location.reload(); window.location.reload();