Merge pull request #7618 from minrk/ff-help-links

fix help-links on Firefox
This commit is contained in:
Thomas Kluyver 2015-01-28 09:33:17 -08:00
commit 0496a3ba84

View File

@ -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();