User:Johnrdorazio/global.js: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
No edit summary
No edit summary
 
Line 1: Line 1:
console.log(mw.user.options.get( 'usebetatoolbar' ))
$(document).ready(function(){
console.log(mw.user.options.get( 'usebetatoolbar' ))
});

Latest revision as of 21:01, October 5, 2020

$(document).ready(function(){
	console.log(mw.user.options.get( 'usebetatoolbar' ))
});