mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	Extraneous console.log
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston