mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
Typo
This commit is contained in:
parent
8a1ec1d055
commit
c977baebca
@ -44,7 +44,7 @@ exports.startup = function() {
|
|||||||
options.disableForReducedMotion = paramObject.disableForReducedMotion && paramObject.disableForReducedMotion === "yes";
|
options.disableForReducedMotion = paramObject.disableForReducedMotion && paramObject.disableForReducedMotion === "yes";
|
||||||
confetti(options);
|
confetti(options);
|
||||||
});
|
});
|
||||||
$tw.rootWidget.addEventListener("tm-confetti-launch",function(event) {
|
$tw.rootWidget.addEventListener("tm-confetti-reset",function(event) {
|
||||||
confetti.reset();
|
confetti.reset();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user