projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738107d
)
CRM-11137 set width:auto for dialog
author
CiviCRM
<info@civicrm.org>
Tue, 23 Jul 2013 10:05:02 +0000
(15:35 +0530)
committer
CiviCRM
<info@civicrm.org>
Tue, 23 Jul 2013 10:05:02 +0000
(15:35 +0530)
----------------------------------------
* CRM-11137:
http://issues.civicrm.org/jira/browse/CRM-11137
js/Common.js
patch
|
blob
|
blame
|
history
diff --git
a/js/Common.js
b/js/Common.js
index d54a4fe4f090bb6551a1234ec584b35516758669..e0b4d42c59ad114755816a637981cb942b80c3c5 100644
(file)
--- a/
js/Common.js
+++ b/
js/Common.js
@@
-710,6
+710,7
@@
CRM.validate = CRM.validate || {
message: ts('Are you sure you want to continue?'),
resizable: false,
modal: true,
+ width: 'auto',
close: function () {
$(dialog).remove();
},