diff options
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 66621db5e..e81c8eb3f 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -13,6 +13,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> |