Community Central
Community Central
mNo edit summary
mNo edit summary
Line 4: Line 4:
 
{ type: "script",
 
{ type: "script",
 
articles: [
 
articles: [
"w:c:dev:OasisToolbarButtons/code.js", /* Adds Edit, Follow, History, What Links Here buttons to the bottom of page */
+
"w:c:dev:OasisToolbarButtons/code.js", /* Adds Edit, Follow, History, What Links Here buttons to the bottom of page */
 
"w:c:dev:SpellCheckModule/code.js", /* Adds Spell-check to the Edit window */
 
"w:c:dev:SpellCheckModule/code.js", /* Adds Spell-check to the Edit window */
 
"w:c:dev:UTCClock/code.js" /* Adds UTC Clock to Header */
 
"w:c:dev:UTCClock/code.js" /* Adds UTC Clock to Header */

Revision as of 19:17, 25 July 2018

/* Any JavaScript here will be loaded on all Wiki's using the Wikia skin on every page load */

importArticles(
     { type: "script",
       articles: [
          "w:c:dev:OasisToolbarButtons/code.js", /* Adds Edit, Follow, History, What Links Here buttons to the bottom of page */
          "w:c:dev:SpellCheckModule/code.js",    /* Adds Spell-check to the Edit window */
          "w:c:dev:UTCClock/code.js"             /* Adds UTC Clock to Header */
          ]
     }
);