mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 01:48:01 +02:00
Fix broken width in show_dialog
This commit is contained in:
parent
fc95580c05
commit
d437852fe2
@ -593,7 +593,7 @@ jQuery.extend(et2_dialog, //(function(){ "use strict"; return
|
|||||||
dialog_type: typeof _type != 'undefined' ? _type : et2_dialog.QUESTION_MESSAGE,
|
dialog_type: typeof _type != 'undefined' ? _type : et2_dialog.QUESTION_MESSAGE,
|
||||||
icon: _icon,
|
icon: _icon,
|
||||||
value: _value,
|
value: _value,
|
||||||
width: false
|
width: 'auto'
|
||||||
}, parent);
|
}, parent);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user