MediaWiki:Gadget-morebits.js: Difference between revisions

Repo at f7e03c7: replace + in Morebits.queryString (fix longstanding bug)
imported>Amorymeltzer
(Repo at d404881: Greatly expand style guidelines, enforce linting rules (#657))
(Repo at f7e03c7: replace + in Morebits.queryString (fix longstanding bug))
Line 3,391:
}
 
qString = qString.replace(/\+/g, ' ');
var args = qString.split('&');
 
Anonymous user