1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-12-21 00:07:04 +01:00

Fixes for echo, indicators, missing indicator.gif

This commit is contained in:
Tom Hutchison
2017-04-26 16:58:22 -04:00
parent cf312c4e95
commit a137d89033
4 changed files with 55 additions and 41 deletions

View File

@@ -11,8 +11,10 @@ jQuery(document).ready(function() {
// The Echo extension puts an item in personal tools that Foreground really should have in the top menu
// to make this easier, we move it here and loaded earlier to speed up transform
jQuery("#pt-notifications").prependTo("#echo-notifications-alerts");
jQuery("#pt-notifications-message").prependTo("#echo-notifications-messages");
jQuery("#pt-notifications-alert").prependTo("#echo-notifications-alerts");
jQuery("#pt-notifications-notice").prependTo("#echo-notifications-notice");
// Append font-awesome icons
jQuery('[id^=ca-nstab] a').prepend('<div id="drop-icon"><i class="fa fa-file fa-fw"></i></div>')