mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
PHRAS-450 - fix captured images dimension issue
Admin - allow input value change for sliders fix misc css issues update jquery checked attr into prop
This commit is contained in:
@@ -685,6 +685,8 @@ function unfix_tooltip() {
|
||||
|
||||
|
||||
$(document).bind('keydown', function (event) {
|
||||
if( $.tooltip === undefined ) return;
|
||||
|
||||
if (event.keyCode == 27 && $.tooltip.blocked === true) {
|
||||
unfix_tooltip();
|
||||
}
|
||||
|
Reference in New Issue
Block a user