mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fixed typo
This commit is contained in:
parent
a7dd86b52a
commit
f97c6b6c25
@ -28,7 +28,7 @@ Modal.prototype.display = function(title) {
|
||||
});
|
||||
wrapper.addEventListener("tw-close",function(event) {
|
||||
document.body.removeChild(wrapper);
|
||||
event.stopPropogation();
|
||||
event.stopPropagation();
|
||||
return false;
|
||||
},false);
|
||||
document.body.appendChild(wrapper);
|
||||
|
Loading…
Reference in New Issue
Block a user