fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update document summary on save/revert
[fnpeditor.git]
/
src
/
editor
/
views
/
dialog
/
dialog.js
diff --git
a/src/editor/views/dialog/dialog.js
b/src/editor/views/dialog/dialog.js
index
7d9f775
..
642342d
100644
(file)
--- a/
src/editor/views/dialog/dialog.js
+++ b/
src/editor/views/dialog/dialog.js
@@
-29,7
+29,8
@@
define(function(require) {
this.setElement(this.template(_.extend({
executeButtonText: null,
cancelButtonText: null,
- cssClass: ''
+ cssClass: '',
+ closeButton: true
}, this.options)));
var body = this.$('.modal-body');