diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-06-12 19:41:37 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-06-12 19:41:37 -0400 |
commit | b5933e9d442619a6782dfd8136fa9edba466a4e8 (patch) | |
tree | ac84b170d8923c9a52726e88029336c294619acd /view/tpl/jot.tpl | |
parent | a1183bf09a93459282078038b94ef89c00297604 (diff) | |
download | volse-hubzilla-b5933e9d442619a6782dfd8136fa9edba466a4e8.tar.gz volse-hubzilla-b5933e9d442619a6782dfd8136fa9edba466a4e8.tar.bz2 volse-hubzilla-b5933e9d442619a6782dfd8136fa9edba466a4e8.zip |
Photo embed button with album browser works in new post editor.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 1c606b64a..490349a04 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -231,7 +231,7 @@ {{/if}} {{if $embedPhotos}} -<div class="modal" id="embedPhotoModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> +<div class="modal" id="embedPhotoModal" tabindex="-1" role="dialog" aria-labelledby="embedPhotoLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> |