diff options
author | friendica <info@friendica.com> | 2012-01-05 15:02:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-05 15:02:44 -0800 |
commit | 53878625f6ecc014283cefbd84f92b6f1294b8a3 (patch) | |
tree | 64f4668e54df43fc911325e070f8af129210a211 /view/theme/dispy | |
parent | 5b809328af800e73990e7a056d2a6d883a67bd25 (diff) | |
download | volse-hubzilla-53878625f6ecc014283cefbd84f92b6f1294b8a3.tar.gz volse-hubzilla-53878625f6ecc014283cefbd84f92b6f1294b8a3.tar.bz2 volse-hubzilla-53878625f6ecc014283cefbd84f92b6f1294b8a3.zip |
backend support for post preview
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/jot.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl index 57f320d4c..0ceddb3b7 100644 --- a/view/theme/dispy/jot.tpl +++ b/view/theme/dispy/jot.tpl @@ -15,6 +15,7 @@ <input type="hidden" name="location" id="jot-location" value="$defloc" /> <input type="hidden" name="coord" id="jot-coord" value="" /> <input type="hidden" name="post_id" value="$post_id" /> + <input type="hidden" name="preview" id="jot-preview" value="0" /> <div id="jot-title-wrapper"> <span id="jot-title-desc" style="display: none;">$addtitle</span> <span id="jot-title-display" style="display: none;"></span> |