Difference between revisions of "MediaWiki:Vector.js"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for users using the Vector skin */
 
/* Any JavaScript here will be loaded for users using the Vector skin */
  
importScript("MediaWiki:Hotkeys.js");
+
importScript("//localhost:8001/index.php?title=MediaWiki:Hotkeys.js");
 
hotkeys = {
 
hotkeys = {
 
     'b' : 'Brooks was here',
 
     'b' : 'Brooks was here',

Revision as of 17:07, 21 June 2017

/* Any JavaScript here will be loaded for users using the Vector skin */

importScript("//localhost:8001/index.php?title=MediaWiki:Hotkeys.js");
hotkeys = {
    'b' : 'Brooks was here',
    'l' : '',
    's' : '§',
    't' : '{| class="wikitable"\n! header\n! header\n|-\n| data\n| data\n|}\n'
};