mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +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,
|
||||
title: "???",
|
||||
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