浏览代码

fixed procesEditor version on load static file after update

Piotr Labudda 9 年之前
父节点
当前提交
6a0ffb99bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	}