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
c09cd402
Commit
c09cd402
authored
Mar 23, 2016
by
joshua-gould
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added link to source code
parent
3d4f1201
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/ui/help_menu.js
src/ui/help_menu.js
+7
-1
No files found.
src/ui/help_menu.js
View file @
c09cd402
...
...
@@ -2,7 +2,7 @@ morpheus.HelpMenu = function() {
var
html
=
[];
html
.
push
(
'
<div style="margin-left:2px;" class="btn-group">
'
);
html
.
push
(
'
<span data-toggle="dropdown" class="fa fa-lg fa-border fa-question-circle"></span>
'
);
.
push
(
'
<span
style="color:#ca0020;"
data-toggle="dropdown" class="fa fa-lg fa-border fa-question-circle"></span>
'
);
html
.
push
(
'
<ul name="info" class="dropdown-menu dropdown-menu-right" role="menu">
'
);
html
.
push
(
'
<li><a name="contact" href="#">Contact</a></li>
'
);
...
...
@@ -37,4 +37,10 @@ morpheus.HelpMenu = function() {
e
.
stopImmediatePropagation
();
window
.
open
(
morpheus
.
Util
.
URL
+
'
linking.html
'
);
});
this
.
$el
.
find
(
'
[name=source]
'
).
on
(
'
click
'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
stopPropagation
();
e
.
stopImmediatePropagation
();
window
.
open
(
'
https://github.com/joshua-gould/morpheus.js
'
);
});
};
\ No newline at end of file
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