X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/fb606ab5c798838e28398f2a3fb45d29ae2dbc5f..dcbcc948a5d3044fee2839dbe508ab1eb4ba54dc:/modules/documentHistory/restoreDialog.js diff --git a/modules/documentHistory/restoreDialog.js b/modules/documentHistory/restoreDialog.js index 543a546..0110240 100644 --- a/modules/documentHistory/restoreDialog.js +++ b/modules/documentHistory/restoreDialog.js @@ -20,7 +20,7 @@ define([ this.setElement(this.template()); this.$el.modal({backdrop: 'static'}); this.$el.modal('show'); - + this.$('textarea').focus(); }, onSave: function(e) { e.preventDefault();