From c680ae4fcc587bfbe4d4f2514c81d1664a7c4c99 Mon Sep 17 00:00:00 2001 From: Oleg Sh <> Date: Sat, 16 Mar 2024 15:19:09 +0100 Subject: [PATCH] Up script version. Updated cache. --- core/config/main.php | 2 +- script/pages/editor/api/index.js.cache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config/main.php b/core/config/main.php index d765ba0..a9cc36b 100755 --- a/core/config/main.php +++ b/core/config/main.php @@ -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'] = 77; + $g_config['engine_version'] = 78; ?> diff --git a/script/pages/editor/api/index.js.cache b/script/pages/editor/api/index.js.cache index 38720a5..01ec043 100644 --- a/script/pages/editor/api/index.js.cache +++ b/script/pages/editor/api/index.js.cache @@ -1881,7 +1881,7 @@ document.getElementById('AddGraph').onclick=function() document.getElementById('ConnectGraphs').onclick=function() {userAction(this.id);self.restButtons('ConnectGraphs');self.application.SetHandler(document.getElementById('ConnectGraphs').className!=""?new ConnectionGraphHandler(self.application):new DefaultHandler(self.application));} document.getElementById('DeleteObject').onclick=function() -{userAction(this.id);self.restButtons('DeleteObject');self.application.SetHandler(document.getElementById('DeleteObject').className!=""?new DeleteGraphHandler(tself.applicationhis):new DefaultHandler(self.application));} +{userAction(this.id);self.restButtons('DeleteObject');self.application.SetHandler(document.getElementById('DeleteObject').className!=""?new DeleteGraphHandler(self.application):new DefaultHandler(self.application));} document.getElementById('DeleteAll').onclick=function() {userAction(this.id);var removeAll=new DeleteAllHandler(self.application);removeAll.clear();self.application.ToDefaultStateAndRedraw();} document.getElementById('SaveGraph').onclick=function()