mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-941 - fix old jquery selector for selected and checked, fix jquery migrate url call
This commit is contained in:

committed by
Benoît Burnichon

parent
0815de0d21
commit
30b141a4ec
@@ -315,7 +315,7 @@ function showOption(domInput) {
|
||||
}
|
||||
|
||||
function removeChecked(domInput) {
|
||||
domInput.closest("form").find('input:radio:visible:checked').removeAttr("checked");
|
||||
domInput.closest("form").find('input:radio:visible:checked').prop("checked", false);
|
||||
}
|
||||
function tableLinkAction(domLink) {
|
||||
var cl = domLink.attr("id");
|
||||
|
Reference in New Issue
Block a user