2015-10-01 16:00:26 +02:00
|
|
|
|
|
|
|
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
|
2017-04-26 23:02:20 +02:00
|
|
|
jQuery("#pt-notifications").prependTo("#echo-notifications-alerts");
|
2017-03-19 04:01:39 +01:00
|
|
|
jQuery("#pt-notifications-message").prependTo("#echo-notifications-messages");
|
|
|
|
jQuery("#pt-notifications-alert").prependTo("#echo-notifications-alerts");
|
2017-04-26 23:02:20 +02:00
|
|
|
jQuery("#pt-notifications-notice").prependTo("#echo-notifications-notice");
|
2015-10-01 16:00:26 +02:00
|
|
|
|
|
|
|
});
|