[SSE] Refactoring
This commit is contained in:
parent
0e492b6134
commit
2ae33bdfb2
|
@ -50,8 +50,7 @@ define([
|
||||||
SSE.Views.ChartDataDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
|
SSE.Views.ChartDataDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
|
||||||
options: {
|
options: {
|
||||||
contentWidth: 370,
|
contentWidth: 370,
|
||||||
height: 490,
|
height: 490
|
||||||
buttons: null
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
@ -111,10 +110,7 @@ define([
|
||||||
'</div></div>',
|
'</div></div>',
|
||||||
'</div>',
|
'</div>',
|
||||||
'</div>',
|
'</div>',
|
||||||
'<div class="separator horizontal"></div>',
|
'<div class="separator horizontal"></div>'
|
||||||
'<div class="footer center">',
|
|
||||||
'<button class="btn normal dlg-btn" result="cancel" style="width: 86px;">' + this.closeButtonText + '</button>',
|
|
||||||
'</div>'
|
|
||||||
].join('')
|
].join('')
|
||||||
}, options);
|
}, options);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue