This commit is contained in:
Kekskurse 2021-01-15 02:11:59 +01:00
parent b19703b7cf
commit 7cc12709ea
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@
<script src="/js/photor.min.js"></script> <!-- 5 KB in gzip -->
<script>
$(document).ready(function() {
$('.photor').photor();
});
</script>
</body>