Update jot.tpl

point button at the new function
This commit is contained in:
Ray 2023-02-17 12:56:36 -05:00
parent d55789bee4
commit fe092c0e05

View file

@ -150,7 +150,7 @@
<!-- new test button -->
{{if $embedPhotos || $writefiles}}
<button id="new-embed-photo-wrapper" class="btn btn-outline-secondary btn-sm " title="{{$embedPhotos}} or {{$attach}} " onclick="initializeEmbedPhotoOrFileDialog();return false;">
<button id="new-embed-photo-wrapper" class="btn btn-outline-secondary btn-sm " title="{{$embedPhotos}} or {{$attach}} " onclick="initializeEmbedFileDialog();return false;">
<i id="new-embed-photo" class="fa fa-file-o jot-icons"></i>
</button>
{{/if}}