MediaWiki talk:Vector.js

From Guild Wars 2 Wiki
Jump to navigationJump to search

Bad Request - Invalid URL[edit]

When the page title contains % (e.g. "50% Experience Bonus"), the purge button doesn't work.

 timerLink.href               = '/wiki/' + wgPageName + '?action=purge';

should be changed to

 timerLink.href               = '/index.php?title=' + wgPageName + '&action=purge';

to match the other URLs like edit and history. --BryghtShadow (talk) 16:50, 11 August 2015 (UTC)