mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-11 10:16:19 +00:00
Changed algorithms menu design.
This commit is contained in:
@@ -1295,6 +1295,7 @@ Application.prototype.getAlgorithmNames = function()
|
||||
obj.name = oneFactory.getName(g_language);
|
||||
obj.id = oneFactory.getId();
|
||||
obj.priority = oneFactory.getPriority();
|
||||
obj.category = oneFactory.getCategory();
|
||||
res.push(obj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user