mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 20:10:03 +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)"}
|
{transform: "translateY(" + window.innerHeight + "px)"}
|
||||||
]);
|
]);
|
||||||
// Set up an event for the transition end
|
// Set up an event for the transition end
|
||||||
console.log("Listening for ",$tw.utils.convertEventName("transitionEnd"))
|
|
||||||
modalWrapper.addEventListener($tw.utils.convertEventName("transitionEnd"),function(event) {
|
modalWrapper.addEventListener($tw.utils.convertEventName("transitionEnd"),function(event) {
|
||||||
if(wrapper.parentNode) {
|
if(wrapper.parentNode) {
|
||||||
// Remove the modal message from the DOM
|
// Remove the modal message from the DOM
|
||||||
|
Loading…
Reference in New Issue
Block a user