summaryrefslogtreecommitdiffstats
path: root/askbot/media/js/post.js
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/js/post.js')
-rw-r--r--askbot/media/js/post.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/media/js/post.js b/askbot/media/js/post.js
index 514dfeab..19e843a8 100644
--- a/askbot/media/js/post.js
+++ b/askbot/media/js/post.js
@@ -2450,7 +2450,7 @@ FoldedEditor.prototype.getOpenHandler = function() {
me.getElement().addClass('unfolded');
if (editor) {
editor.focus();
- setTimeout(function() {editor.focus()}, 100);
+ setTimeout(function() {editor.focus()}, 300);
}
};
};