|
|
@@ -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
|
|
|
}
|
|
|
|