MediaWiki:Group-administrator.js: Difference between revisions
(Created page with "→This code should load for all administrators: var wikiErrorMessage = 'FamilySearch Wiki is in read only mode for an update.'; var siteNotice = document.querySelector('#...") |
No edit summary |
||
Line 1: | Line 1: | ||
/* This code should load for all administrators */ | /* This code should load for all administrators */ | ||
var wikiErrorMessage = ' | var wikiErrorMessage = 'This is a test'; | ||
var siteNotice = document.querySelector('#localNotice'); | var siteNotice = document.querySelector('#localNotice'); | ||
//siteNotice.innerHTML = '<div class="fs-alert fs-alert--error"><p>'+wikiErrorMessage+'</p></div>'; | //siteNotice.innerHTML = '<div class="fs-alert fs-alert--error"><p>'+wikiErrorMessage+'</p></div>'; |