Commit 3ab3fff4 authored by jgould's avatar jgould

icon display inline

parent e0f4c28d
...@@ -251,7 +251,8 @@ morpheus.HeatMap = function (options) { ...@@ -251,7 +251,8 @@ morpheus.HeatMap = function (options) {
// -1) { // -1) {
if (!morpheus.HelpMenu.ADDED) { // only show once per page if (!morpheus.HelpMenu.ADDED) { // only show once per page
morpheus.HelpMenu.ADDED = true; morpheus.HelpMenu.ADDED = true;
var $a = $('<a title="Produced with Morpheus" style="font-size:85%;margin-right:2px;margin-top:2px;" href="' var $a = $('<a title="Produced with Morpheus"' +
' style="display:inline;font-size:85%;margin-right:2px;margin-top:2px;" href="'
+ morpheus.Util.URL + morpheus.Util.URL
+ '" target="_blank"><img alt="Morpheus Icon" style="width:16px;height:16px;" src="' + '" target="_blank"><img alt="Morpheus Icon" style="width:16px;height:16px;" src="'
+ morpheus.Util.URL + '/images/icon.svg"></a>'); + morpheus.Util.URL + '/images/icon.svg"></a>');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment