aboutsummaryrefslogtreecommitdiff
path: root/p/scripts
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-10-30 18:45:05 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-30 18:45:05 +0200
commit9326e419e3b90b2db4b6a8531503b710605ac6d4 (patch)
tree26616659c2dca37c107648c8f93181061bad7845 /p/scripts
parent8161ab675a61abe7a25ba24a349a31ec2a3e49d1 (diff)
fix typo (#3949)
Diffstat (limited to 'p/scripts')
-rw-r--r--p/scripts/category.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/category.js b/p/scripts/category.js
index e75c04571..cb8616b97 100644
--- a/p/scripts/category.js
+++ b/p/scripts/category.js
@@ -74,7 +74,7 @@ function init_draggable() {
}
};
- dropSection.onddragleave = function (ev) {
+ dropSection.ondragleave = function (ev) {
const li = ev.target.closest ? ev.target.closest(dropzone) : null;
if (li) {
const scroll_top = document.documentElement.scrollTop;