Skip to content

Commit

Permalink
Enable google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
syncguru committed Dec 15, 2014
1 parent a87aba4 commit 8b067a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/html_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ function html_operation_successful( $p_redirect_url, $p_message = '' ) {
*/
function html_body_end() {
event_signal( 'EVENT_LAYOUT_BODY_END' );
mantishub_google_analytics();
mantishub_intercom();
echo '</body>', "\n";
}
Expand Down
2 changes: 1 addition & 1 deletion core/layout_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function layout_login_page_end() {
layout_main_content_end();
layout_main_container_end();
layout_body_javascript();

mantishub_google_analytics();
echo '</body>', "\n";
}

Expand Down

0 comments on commit 8b067a8

Please sign in to comment.