Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
− | $('#VidListCall').html(' | + | $('#VidListCall').html('<p>Testtestteste</p>'); |
var vidList = new Array(); | var vidList = new Array(); | ||
Revision as of 13:11, 19 September 2024
$(function () { $('#VidListCall').html('<p>Testtestteste</p>'); var vidList = new Array(); vidList = [ "dontstickaround.swf", "Game_over.swf", "swf.swf" ]; }());