mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 22:56:34 +00:00
fhemweb_sortable.js: use "return false;" statements in click events for <a> tags (Forum: #36643)
git-svn-id: https://svn.fhem.de/fhem/trunk@8485 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d34b2ad6f8
commit
07556ad80a
@ -70,6 +70,7 @@ FW_sortableCreate(elName, devName, vArr, currVal, set, params, cmd)
|
||||
|
||||
FW_sortableSrcListSort();
|
||||
FW_sortableUpdateLinks();
|
||||
return false;
|
||||
});
|
||||
|
||||
// add click handler for quick add by click on list item in source list
|
||||
@ -91,6 +92,7 @@ FW_sortableCreate(elName, devName, vArr, currVal, set, params, cmd)
|
||||
FW_sortableUpdateLinks();
|
||||
}
|
||||
});
|
||||
return false;
|
||||
});
|
||||
|
||||
// create the dialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user