Skip to content

Commit

Permalink
fix: frappe.template.compile(...) is not a function (#26125)
Browse files Browse the repository at this point in the history
  • Loading branch information
scdanieli committed Apr 23, 2024
1 parent b0cc93e commit 8ea4438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frappe/public/js/frappe/views/image/photoswipe_dom.html
Expand Up @@ -13,7 +13,7 @@

<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
Do not modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
Expand Down Expand Up @@ -70,4 +70,4 @@

</div>

</div>
</div>

0 comments on commit 8ea4438

Please sign in to comment.