Difference between revisions of "MediaWiki:CampaignData.js"
Jump to navigation
Jump to search
(Initial creation) |
m |
||
Line 8: | Line 8: | ||
] | ] | ||
} | } | ||
− | ] | + | ]; |
+ | console.log('henlo'); | ||
}()); | }()); |
Revision as of 21:28, 7 April 2020
$(function() { window.campaignData = [ { }, { name: 'Sleeping Giants', games: [ {id: 0}, {id: 1, date: new Date(2017, 6, 6)} ] } ]; console.log('henlo'); }());