User:Mark Tannen/timeless.js: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
$(function () {
var para = document.getElementById('text2');
var myPlace = document.getElementById('tpl-example-placeholder');
para.remove();
document.write('Hello, World!!!');
document.write('Hello, World!!!');
}());