Get rid of version in js files.

This commit is contained in:
Oleg Sh
2024-08-13 20:15:05 +02:00
parent 6d0f0f9ab7
commit 430a5a4a1c
8 changed files with 24 additions and 17 deletions

View File

@@ -17,6 +17,11 @@
<!-- extraPacker -->
<meta name="robots" content="noindex, nofollow">
<script>
// Global version needs to force reload scripts from server.
globalVersion = <?= $g_config['engine_version'] ?>;
</script>
</head>
<body>
<?php IncludeCom('admin/admin_menu', array('menu' => $menu, 'logo' => $logo))?>