152
edits
(Created page with "→This code should load for all editors: var siteNotice = document.querySelector('#localNotice'); //siteNotice.innerHTML = '<div class="fs-alert fs-alert--error"><p>Family...") |
No edit summary |
||
Line 1: | Line 1: | ||
/* This code should load for all editors */ | /* This code should load for all editors */ | ||
var wikiErrorMessage = 'FamilySearch Wiki is in read only mode for an update.'; | |||
var siteNotice = document.querySelector('#localNotice'); | var siteNotice = document.querySelector('#localNotice'); | ||
//siteNotice.innerHTML = '<div class="fs-alert fs-alert--error"><p> | //siteNotice.innerHTML = '<div class="fs-alert fs-alert--error"><p>'+wikiErrorMessage+'</p></div>'; |
edits