mirror of
https://github.com/neocities/neocities.git
synced 2025-08-20 00:03:56 +02:00
removed unused flag for drag and drop
This commit is contained in:
parent
5e60cd3148
commit
105b34e5bb
2 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ function hideMovingProgress() {
|
|||
$('#movingOverlay').css('display', 'none');
|
||||
}
|
||||
|
||||
function moveFileToFolder(event, folderName, dragBack) {
|
||||
function moveFileToFolder(event, folderName) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue