diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:40:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:40:19 +0100 |
commit | 141f3e21b222b0eb5eae4580367c24825a963f5b (patch) | |
tree | 84dbb6415f135b3e853b3f3c8b74c9de8e7b0bf8 | |
parent | fe6cbb414cbf40020bc8fdd1402067bd6cb917dd (diff) | |
download | volse-hubzilla-141f3e21b222b0eb5eae4580367c24825a963f5b.tar.gz volse-hubzilla-141f3e21b222b0eb5eae4580367c24825a963f5b.tar.bz2 volse-hubzilla-141f3e21b222b0eb5eae4580367c24825a963f5b.zip |
move preview content outside of editor space
-rwxr-xr-x | view/tpl/jot.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 4f1ecfef2..631f55d83 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -160,10 +160,11 @@ </div> <div id="profile-jot-text-loading"></div> <div id="profile-jot-end" class="clear"></div> - <div id="jot-preview-content" style="display:none;"></div> </form> </div> +<div id="jot-preview-content" style="display:none;"></div> + <!-- Modal for item expiry--> <div class="modal" id="expiryModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> <div class="modal-dialog"> |