Community Central
Community Central
No edit summary
(Both scripts stopped working after I put in this code. Trying them separately.)
Line 1: Line 1:
 
importScriptPage('BackToTopArrow/code.js', 'dev');
  +
 
OFPoptions = {'showlinks': false};
 
OFPoptions = {'showlinks': false};
 
importArticles({
 
importArticles({
Line 4: Line 6:
 
articles: [
 
articles: [
 
'u:dev:OldFilePages/code.js'
 
'u:dev:OldFilePages/code.js'
'u:dev:BackToTopArrow/code.js'
 
 
]
 
]
 
});
 
});

Revision as of 06:06, 2 September 2014

importScriptPage('BackToTopArrow/code.js', 'dev');

OFPoptions = {'showlinks': false};
importArticles({
    type: 'script',
    articles: [
        'u:dev:OldFilePages/code.js'
    ]
});