mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 20:10:03 +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) {
|
wrapper.addEventListener("tw-close",function(event) {
|
||||||
document.body.removeChild(wrapper);
|
document.body.removeChild(wrapper);
|
||||||
event.stopPropogation();
|
event.stopPropagation();
|
||||||
return false;
|
return false;
|
||||||
},false);
|
},false);
|
||||||
document.body.appendChild(wrapper);
|
document.body.appendChild(wrapper);
|
||||||
|
Loading…
Reference in New Issue
Block a user