MediaWiki
Gadget-breadcrumbs.js
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$("#alertbutton-domino").click(function(){ | /*$("#alertbutton-domino").click(function(){ | ||
mw.messages.set({'sandbox-test': 'Testing'}); | mw.messages.set({'sandbox-test': 'Testing'}); | ||
var wiki_sandbox_obj = new mw.Message( mw.messages, 'sandbox-test' ); | var wiki_sandbox_obj = new mw.Message( mw.messages, 'sandbox-test' ); | ||
mw.log( wiki_sandbox_obj.text() ); | mw.log( wiki_sandbox_obj.text() ); | ||
mw.notify( mw.message( 'sandbox-test' ) ); | mw.notify( mw.message( 'sandbox-test' ) ); | ||
}); | });*/ | ||
}); | }); |
Revision as of 15:20, 27 December 2020
This page was last modified on 27 December 2020, at 15:20. (3 months ago)