1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-19 00:04:51 +00:00

Renamed the moving clock tiddler

This commit is contained in:
Jeremy Ruston 2012-02-11 17:10:28 +00:00
parent 63da7ec980
commit d2c6248efd

View File

@ -106,8 +106,8 @@ var App = function() {
var me = this; var me = this;
window.setInterval(function() { window.setInterval(function() {
me.store.addTiddler(new Tiddler({ me.store.addTiddler(new Tiddler({
title: "TiddlyWiki5", title: "ClockTiddler",
text: "This tiddler is new at " + (new Date()).toString() text: "The time was recently " + (new Date()).toString()
})); }));
},3000); },3000);
// Register an event handler to handle refreshing the DOM // Register an event handler to handle refreshing the DOM