MediaWiki:Gadget-I18n-js.js: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
m
no edit summary
(don't try to optimise messages loaded from cache (this prevented i18n-js realising its cache wasn't suitable when user/content language changed and a cache exists)) |
mNo edit summary |
||
Line 845: | Line 845: | ||
if ( | if ( | ||
options.useCache && | options.useCache && | ||
options.loadedFromCache | !options.loadedFromCache && | ||
options.cacheAll !== true | options.cacheAll !== true | ||
) { | ) { |