mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Extraneous console.log
This commit is contained in:
parent
7027c30a32
commit
3dcada04d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user