Skip to content
Snippets Groups Projects
Commit 7d08e8f9 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Use hook_page_build instead of hook_init!

parent 80f909e0
No related branches found
No related tags found
1 merge request!2Issue #3342445: jQuery .live() is deprecated
......@@ -3,7 +3,7 @@
/**
* Initialization of jquery_loadinganimation (on each page).
*/
function jquery_loadinganimation_init() {
function jquery_loadinganimation_page_build(&$page) {
$module_path = drupal_get_path('module', 'jquery_loadinganimation');
$js_settings = _jquery_loadinganimation_get_settings();
$path = drupal_strtolower(drupal_get_path_alias($_GET['q']));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment