mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #7618 from minrk/ff-help-links
fix help-links on Firefox
This commit is contained in:
commit
0496a3ba84
@ -394,10 +394,12 @@ define([
|
||||
.attr('target', '_blank')
|
||||
.attr('title', 'Opens in a new window')
|
||||
.attr('href', link.url)
|
||||
.text(link.text)
|
||||
.append($("<i>")
|
||||
.addClass("fa fa-external-link menu-icon pull-right")
|
||||
)
|
||||
.append($("<span>")
|
||||
.text(link.text)
|
||||
)
|
||||
)
|
||||
);
|
||||
cursor = cursor.next();
|
||||
|
Loading…
Reference in New Issue
Block a user