Skip to content
Snippets Groups Projects

ISTWCMS-6894: removing the announce js so that the drupal live region does not show up

Open Eric Bremner requested to merge feature/ISTWCMS-6894-ebremner-drupal-live-region into 1.1.x
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -820,3 +820,12 @@ function uw_fdsu_theme_resp_preprocess_details(&$variables) {
}
}
}
/**
* Implements template_js_alter().
*/
function uw_fdsu_theme_resp_js_alter(&$javascript) {
// Remove the drupal live announce js.
unset($javascript['core/misc/announce.js']);
}
Loading