Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
morpheus.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daria Zenkova
morpheus.js
Commits
ebf8caa6
Commit
ebf8caa6
authored
Mar 23, 2016
by
joshua-gould
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added link to github
parent
19b9ce1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
js/morpheus-latest.min.js
js/morpheus-latest.min.js
+2
-2
src/ui/help_menu.js
src/ui/help_menu.js
+1
-0
No files found.
js/morpheus-latest.min.js
View file @
ebf8caa6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/ui/help_menu.js
View file @
ebf8caa6
...
...
@@ -10,6 +10,7 @@ morpheus.HelpMenu = function() {
html
.
push
(
'
<li><a name="linking" href="#">Linking</a></li>
'
);
html
.
push
(
'
<li><a name="tutorial" href="#">Tutorial</a></li>
'
);
html
.
push
(
'
<li><a name="source" href="#">Source Code</a></li>
'
);
html
.
push
(
'
</ul>
'
);
html
.
push
(
'
</div>
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment