Przeglądaj źródła

fixed procesEditor version on load static file after update

Piotr Labudda 9 lat temu
rodzic
commit
6a0ffb99bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SE/se-lib/Route/UrlAction/ProcesEditor.php

+ 1 - 1
SE/se-lib/Route/UrlAction/ProcesEditor.php

@@ -134,7 +134,7 @@ class Route_UrlAction_ProcesEditor extends RouteBase {// TODO: UrlActionBase @se
 		</div>
 		<script>var BASE_URL = '<?= Request::getPathUri(); ?>';var mainProces_id = <?= $id; ?>;</script>
 		<script src="static/sweetalert2.min.js"></script>
-		<script src="static/procesEditor.js?v=17<?php if (V::get('DBG', '', $_GET)) echo "&_time=" . time(); ?>"></script>
+		<script src="static/procesEditor.js?v=18<?php if (V::get('DBG', '', $_GET)) echo "&_time=" . time(); ?>"></script>
 <?php
 	}