diff options
author | friendica <info@friendica.com> | 2012-01-12 17:50:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 17:50:02 -0800 |
commit | 4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a (patch) | |
tree | 2d165db424d2328e4cb0fe2e0f069ec910376ec4 /view/theme/testbubble/jot-header.tpl | |
parent | 4b6990e1ff42a509144b9b28f9377b2c9d9df3d9 (diff) | |
download | volse-hubzilla-4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a.tar.gz volse-hubzilla-4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a.tar.bz2 volse-hubzilla-4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a.zip |
and and theme previewing for testbubble
Diffstat (limited to 'view/theme/testbubble/jot-header.tpl')
-rw-r--r-- | view/theme/testbubble/jot-header.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/testbubble/jot-header.tpl b/view/theme/testbubble/jot-header.tpl index 18f07970c..0d9a824f7 100644 --- a/view/theme/testbubble/jot-header.tpl +++ b/view/theme/testbubble/jot-header.tpl @@ -96,6 +96,7 @@ function initEditor(cb) { $("#profile-nolocation-wrapper").show(); $("#profile-title-wrapper").show(); $("#profile-jot-plugin-wrapper").show(); + $("#jot-preview-link").show(); {{ endif }} $("#character-counter").show(); if (typeof cb!="undefined") cb(); |