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

@@ -93,5 +93,5 @@
$g_config['vote'] = "./tmp/vote/vote.txt";
$g_config['voteTopics'] = "./tmp/vote/voteTopics.txt_";
$g_config['use_js_cache'] = true;
$g_config['engine_version'] = 84;
$g_config['engine_version'] = 85;
?>