Add text animation during calculating algorithm

This commit is contained in:
Oleg Sh
2025-05-23 16:25:09 +02:00
parent 6e8ee286d2
commit 0facf52c63
6 changed files with 38 additions and 8 deletions

View File

@@ -94,5 +94,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'] = 95;
$g_config['engine_version'] = 96;
?>