diff options
author | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
commit | 681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch) | |
tree | fcb324bff2082a0c8adf4c540cccbba54a753d26 /view/theme | |
parent | 9ab6055b249b78c6b43be71e714e11118592dbcc (diff) | |
download | volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.gz volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.bz2 volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.zip |
"notes" app
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index 068c5cf43..245957808 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -3,7 +3,7 @@ <script language="javascript" type="text/javascript"> var editor; -var textlen; +var textlen = 0; tinyMCE.init({ theme : "advanced", |