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:
Florian BLOUET
2015-12-03 15:16:53 +01:00
parent bb35930008
commit 205aae28de
17 changed files with 85 additions and 120 deletions

View File

@@ -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();
}