mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
Fix connect text
This commit is contained in:
parent
69fddd3dba
commit
2829bed27c
@ -497,7 +497,7 @@ ConnectionGraphHandler.prototype.SelectFirst = function()
|
||||
ConnectionGraphHandler.prototype.SelectSecond = function(selectedObject)
|
||||
{
|
||||
this.firstObject = selectedObject;
|
||||
this.message = g_selectFisrtVertexToConnect + this.GetSelect2VertexMenu();
|
||||
this.message = g_selectSecondVertexToConnect + this.GetSelect2VertexMenu();
|
||||
}
|
||||
|
||||
ConnectionGraphHandler.prototype.SelectFirstVertexMenu = function(vertex1Text, vertex)
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<script src="<?= Root('i/js/dev/jquery-ui.js')?>"></script>
|
||||
<script src="<?= Root('i/js/dev/jquery.feedback_me.js')?>"></script>
|
||||
<script src="<?= Root("script/example.js?v=8")?>" ></script>
|
||||
<script src="<?= Root("script/example.js?v=9")?>" ></script>
|
||||
</head>
|
||||
<!--
|
||||
<div class="pull-right">
|
||||
|
Loading…
x
Reference in New Issue
Block a user