mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 23:43:12 +00:00
Merge pull request #2599 from mike-esokia/PHRAS-1565_thesaurus_input_field
PHRAS-1565 Fix focus on input field on thesaurus dialog
This commit is contained in:
@@ -88,7 +88,12 @@
|
|||||||
modal: true,
|
modal: true,
|
||||||
title: "???",
|
title: "???",
|
||||||
autoOpen:false,
|
autoOpen:false,
|
||||||
width:400
|
width: 400,
|
||||||
|
open: function () {
|
||||||
|
$("#NEWSY_DLG input[type=\"text\"]").on('click', function () {
|
||||||
|
$(this).focus();
|
||||||
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user