MediaWiki

Gadget-breadcrumbs.js

From Dogcraft Wiki

Revision as of 14:56, 27 December 2020 by Domino (talk | contribs) (Created page with "$(document).ready(function() { $("#alertbutton-domino").click(function(){ mw.messages.set({'sandbox-test': 'Testing'}); }); });")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โŒ˜-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (โŒ˜-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
$(document).ready(function() {
	
	$("#alertbutton-domino").click(function(){
		mw.messages.set({'sandbox-test': 'Testing'});
	});
		
});
This page was last modified on 27 December 2020, at 14:56. (10 months ago)