Difference between revisions of "MediaWiki:Common.js"

From TaticView
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for all users on every page load.: var privacy = document.getElementById("footer-places-privacy"); privacy.children[0].setAttribute('h...")
 
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
var privacy = document.getElementById("footer-places-privacy");
 
privacy.children[0].setAttribute('href', 'https://wiki.taticview.com/taticfiles/Terms_of_use_pt-BR.pdf')
 

Revision as of 13:28, 23 October 2017

/* Any JavaScript here will be loaded for all users on every page load. */