mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +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('target', '_blank')
|
||||||
.attr('title', 'Opens in a new window')
|
.attr('title', 'Opens in a new window')
|
||||||
.attr('href', link.url)
|
.attr('href', link.url)
|
||||||
.text(link.text)
|
|
||||||
.append($("<i>")
|
.append($("<i>")
|
||||||
.addClass("fa fa-external-link menu-icon pull-right")
|
.addClass("fa fa-external-link menu-icon pull-right")
|
||||||
)
|
)
|
||||||
|
.append($("<span>")
|
||||||
|
.text(link.text)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
cursor = cursor.next();
|
cursor = cursor.next();
|
||||||
|
Loading…
Reference in New Issue
Block a user