mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-16 08:06:04 +00:00
Up script version. Updated cache.
This commit is contained in:
parent
6eba32bb22
commit
c680ae4fcc
@ -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;
|
||||
?>
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user