The recommended additions are made to the index.html file#2
Open
IgorPushnov wants to merge 2 commits intomasterfrom
Open
The recommended additions are made to the index.html file#2IgorPushnov wants to merge 2 commits intomasterfrom
IgorPushnov wants to merge 2 commits intomasterfrom
Conversation
shnax0210
requested changes
Apr 4, 2019
| <link rel="stylesheet" type="text/css" href="node_modules/jqplot/jquery.jqplot.min.css" /> | ||
| <script src="https://www.amcharts.com/lib/4/core.js"></script> | ||
| <script src="https://www.amcharts.com/lib/4/charts.js"></script> | ||
| <script src="https://www.amcharts.com/lib/4/themes/animated.js"></script> |
Owner
There was a problem hiding this comment.
Looks like new library is added, please add it to package.json file as well to be able to load it by npm install
Collaborator
Author
There was a problem hiding this comment.
The new library is included in the package.json file
Collaborator
Author
There was a problem hiding this comment.
Search of a way of a binding of library is conducted. Replacement by another is possible.
ui/web/index.html
Outdated
| <div id="place"> | ||
|
|
||
| <input type="submit" name="but" id="loadTasksButton" value="Load"> | ||
| <input type="submit" name="but" id="loadTasksButton" value="Load" onmousedown="openRoadMap()"> |
Owner
There was a problem hiding this comment.
Road map should appear after tasks are loaded but not only after user moves mouse to to "Load" button and then out of it.
Collaborator
Author
There was a problem hiding this comment.
Changes are made to the index.html file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.