We have a Lore FAQ page. If you have Story/Lore related questions - make sure to check it out!

Difference between revisions of "MediaWiki:Common.js"

From The Ark: NieR Automata Lore
Jump to: navigation, search
(Created page with "jQuery( document ).ready( function( $ ) { alert(jui) });")
 
Line 1: Line 1:
jQuery( document ).ready( function( $ ) {
+
jQuery(document).ready( function( $ ) {
  alert(jui)
+
  alert("test");
 
});
 
});

Revision as of 16:42, 3 October 2017

jQuery(document).ready( function( $ ) {
 alert("test");
});