diff options
author | Friendika <info@friendika.com> | 2011-07-25 20:10:21 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-25 20:10:21 -0700 |
commit | 06802dd8feefc5778b73c2e910be3e13e28c59bc (patch) | |
tree | c85dde686228803712a975e99e1f58bf2dd50359 | |
parent | ec52010e1662cd37640096b65d60fd26fbe6c172 (diff) | |
download | volse-hubzilla-06802dd8feefc5778b73c2e910be3e13e28c59bc.tar.gz volse-hubzilla-06802dd8feefc5778b73c2e910be3e13e28c59bc.tar.bz2 volse-hubzilla-06802dd8feefc5778b73c2e910be3e13e28c59bc.zip |
auto focus jot editor
-rw-r--r-- | view/jot-header.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 795267ee3..6195c5bbc 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -11,6 +11,7 @@ function initEditor(cb){ theme : "advanced", mode : "specific_textareas", editor_selector: /(profile-jot-text|prvmail-text)/, + auto_focus: "profile-jot-text", plugins : "bbcode,paste,autoresize", theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", |