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:
parent
63da7ec980
commit
d2c6248efd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user