Bump photo-crop.js cache-busting version to v=3
Forces a re-fetch of the pan/zoom fix from the previous commit — learned this lesson the hard way earlier in this same feature. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ var EXISTING_STEPS = <?= json_encode(array_map(fn($s) => [
|
|||||||
'attribution' => $s['attribution'] ?? 'leader_all',
|
'attribution' => $s['attribution'] ?? 'leader_all',
|
||||||
], $edit_steps)) ?>;
|
], $edit_steps)) ?>;
|
||||||
</script>
|
</script>
|
||||||
<script src="<?= BASE_URL ?>/assets/js/photo-crop.js?v=2"></script>
|
<script src="<?= BASE_URL ?>/assets/js/photo-crop.js?v=3"></script>
|
||||||
<script src="<?= BASE_URL ?>/assets/js/builder.js?v=1"></script>
|
<script src="<?= BASE_URL ?>/assets/js/builder.js?v=1"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -324,7 +324,7 @@ $mystery_labels = [
|
|||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="<?= BASE_URL ?>/assets/js/photo-crop.js?v=2"></script>
|
<script src="<?= BASE_URL ?>/assets/js/photo-crop.js?v=3"></script>
|
||||||
<script>
|
<script>
|
||||||
(function () {
|
(function () {
|
||||||
var fileInput = document.getElementById('photo-file');
|
var fileInput = document.getElementById('photo-file');
|
||||||
|
|||||||
+1
-1
@@ -259,7 +259,7 @@ $page_title = $session ? 'Edit Session' : 'New Session';
|
|||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="<?= BASE_URL ?>/assets/js/photo-crop.js?v=2"></script>
|
<script src="<?= BASE_URL ?>/assets/js/photo-crop.js?v=3"></script>
|
||||||
<script src="<?= BASE_URL ?>/assets/js/setup.js?v=5"></script>
|
<script src="<?= BASE_URL ?>/assets/js/setup.js?v=5"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user