1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-04-02 19:23:14 +02:00
pivot/assets/scripts/pivot.js
Tealk 53b697f60b Font-Awesome fixed and IE9 removed
* replaced the font-awesome js with css
* fixed #47
* fixed #46
* removed IE9 support
2018-01-31 18:28:14 +01:00

14 lines
654 B
JavaScript

jQuery(document).ready(function() {
jQuery(document).foundation(function (response) {
if (window.console) console.log(response.errors);
});
// 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");
});