mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge pull request #503 from romainneutron/fix-1314
[3.8] Fix #1314 : Fix editing modal resize
This commit is contained in:
@@ -1954,7 +1954,9 @@ function startThisEditing(sbas_id,what,regbasprid,ssel)
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#EDIT_MID_R', p4.edit.editBox).resizable({
|
$('#EDIT_MID_R')
|
||||||
|
.css('left', $('#EDIT_MID_R').position().left)
|
||||||
|
.resizable({
|
||||||
handles : 'w',
|
handles : 'w',
|
||||||
minWidth:200,
|
minWidth:200,
|
||||||
resize:function(){
|
resize:function(){
|
||||||
|
Reference in New Issue
Block a user