User:Euphoria/common.js: Difference between revisions

From Test Wiki
no edit summary
No edit summary
No edit summary
Line 12: Line 12:
     if (mw.config.get('wgAction') === "view") {
     if (mw.config.get('wgAction') === "view") {
         var apiURL = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php';
         var apiURL = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php';
         var wikiURL = mw.config.get('wgServer') + mw.config.get('wgScriptPath');
         var wikiURL = mw.util.getUrl('');


         // Fetches the creator of the current page
         // Fetches the creator of the current page
152

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.