MediaWiki

Gadget-breadcrumbs.js

From Dogcraft Wiki

Revision as of 18:05, 16 January 2021 by Domino (talk | contribs)

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'});
		var wiki_sandbox_obj = new mw.Message( mw.messages, 'sandbox-test' );
		mw.log( wiki_sandbox_obj.text() );
		mw.notify( mw.message( 'sandbox-test' ) );
	});*/
		
});
This page was last modified on 16 January 2021, at 18:05. (9 months ago)