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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
alert(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' ))
});