mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
fix custom links on navigation bar
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
|
||||
{% endif %}
|
||||
</ol>
|
||||
<ol id="custom-link-container"></ol>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
@@ -209,7 +210,7 @@
|
||||
var spanElement = $('<span />').attr('style', styleAttr).html(linksData.linkName);
|
||||
var links = '<li><a target="_blank" href="' + linksData.linkUrl + '">' +
|
||||
spanElement.prop("outerHTML") + '</a></li>';
|
||||
$('#mainMenu .menu-bar ol').append(links);
|
||||
$('#mainMenu #custom-link-container').append(links);
|
||||
}
|
||||
});
|
||||
} else if (key === 'help-menu') {
|
||||
|
Reference in New Issue
Block a user