mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
trying to suppress zealous caching implemented by IE11 and FF32
if left unchecked it breaks features that rely on location-headers like changing the locale or logging out.
This commit is contained in:
@@ -628,7 +628,7 @@ var PageTemplate = new function()
|
||||
var menuItem = [
|
||||
locale.id,
|
||||
locale.description,
|
||||
g_host + '?locale=' + locale.id, // sarjuuk: edited for unsupported subdomains # linkBefore + locale.domain + linkAfter
|
||||
g_host + '/?locale=' + locale.id, // sarjuuk: edited for unsupported subdomains # linkBefore + locale.domain + linkAfter
|
||||
null, // more custom
|
||||
{rel: location.href + " domain=" + locale.domain} // also custom
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user