diff options
author | M. Dent <dentm42@gmail.com> | 2019-02-24 03:32:39 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-02-24 03:32:39 +0100 |
commit | 89bcb1de420b63883dce63e27aa81e6e636b6129 (patch) | |
tree | 9e5b9de14c0c91f12ecfe8a1865235a348c6af4d /view/tpl/jot.tpl | |
parent | ef6a280019e105bd90aca5c25e395237f9de934b (diff) | |
parent | 06aa32db224926227794fe4e76bcdfdb1b6b62e5 (diff) | |
download | volse-hubzilla-89bcb1de420b63883dce63e27aa81e6e636b6129.tar.gz volse-hubzilla-89bcb1de420b63883dce63e27aa81e6e636b6129.tar.bz2 volse-hubzilla-89bcb1de420b63883dce63e27aa81e6e636b6129.zip |
Merge branch 'js_fixes' into 'dev'
fix regression from commit 04ec35d9cc39cbf62c8db2818574c1f6d56f2a20 where...
See merge request hubzilla/core!1532
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 12509fc59..b4616db6d 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -302,7 +302,7 @@ {{if $embedPhotos}} <div class="modal" id="embedPhotoModal" tabindex="-1" role="dialog" aria-labelledby="embedPhotoLabel" aria-hidden="true"> - <div class="modal-dialog"> + <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <h3 class="modal-title" id="embedPhotoModalLabel">{{$embedPhotosModalTitle}}</h3> |