1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Extraneous console.log

This commit is contained in:
Jeremy Ruston 2012-10-26 14:01:38 +01:00
parent 7027c30a32
commit 3dcada04d4

View File

@ -97,7 +97,6 @@ Modal.prototype.display = function(title) {
{transform: "translateY(" + window.innerHeight + "px)"}
]);
// Set up an event for the transition end
console.log("Listening for ",$tw.utils.convertEventName("transitionEnd"))
modalWrapper.addEventListener($tw.utils.convertEventName("transitionEnd"),function(event) {
if(wrapper.parentNode) {
// Remove the modal message from the DOM