1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 08:20:46 +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;
window.setInterval(function() {
me.store.addTiddler(new Tiddler({
title: "TiddlyWiki5",
text: "This tiddler is new at " + (new Date()).toString()
title: "ClockTiddler",
text: "The time was recently " + (new Date()).toString()
}));
},3000);
// Register an event handler to handle refreshing the DOM