X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/e8c45077de2d4ada496850fd77fa5035f07f8a4d..4c81ad4075b0e8e67f984cce3494f9853179a9d6:/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();