Changes

MediaWiki:Common.js

3 bytes added, 8 years ago
/* Any JavaScript here will be loaded for all users on every page load. */
 
console.log(getParameterByName('Scenario_Task_Translation[Base+Page]'));
value = window.location.search.split('&')[1].split('=')[1];
return value;
}
}