User:Dragoniez/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
(function($) { |
(function($) { |
||
$.getScript('//testwiki.wiki/ |
$.getScript('//testwiki.wiki/index.php?title=Test.js&action=raw&ctype=text/javascript', function() { |
||
console.log(TEST); |
console.log(TEST); |
||
}); |
}); |
||