mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-25 19:40:45 -08:00
Extraneous console.log
This commit is contained in:
parent
7027c30a32
commit
3dcada04d4
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue