mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Up script version. Updated cache.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user