diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-10 17:18:08 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-10 17:18:08 +0200 |
commit | 97bdd475b520630ad96fb4db31248348b117e8ea (patch) | |
tree | 7777b79e223ab4d1cb2235a8495f190bf14e61f0 | |
parent | 0f283a5fa542c5d9c3ba612fa814001a0c386c7a (diff) | |
parent | bdfdcc3476ad76f3d58fa1ccf3cf303c5f4ad592 (diff) | |
download | fileup-97bdd475b520630ad96fb4db31248348b117e8ea.tar.gz |
Merge branch 'master' of https://github.com/alexvitkov/india
-rw-r--r-- | loggedin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loggedin.js b/loggedin.js index 700662a..cceb284 100644 --- a/loggedin.js +++ b/loggedin.js @@ -604,7 +604,7 @@ function begin_drag(e, obj, dont_set_width) { function end_drag(_e) { set_iframe_enabled(true); - // If there's a dragging palceholder remove it and put the dragged node back into its place + // If there's a dragging placeholder remove it and put the dragged node back into its place if (dragging_placeholder) { dragging_placeholder.parentNode.insertBefore(dragging, dragging_placeholder); dragging_placeholder.remove(); |