diff --git a/mozilla/webtools/firefox_survey/controllers/users_controller.php b/mozilla/webtools/firefox_survey/controllers/users_controller.php index a945f3f9c59..26a935216e8 100644 --- a/mozilla/webtools/firefox_survey/controllers/users_controller.php +++ b/mozilla/webtools/firefox_survey/controllers/users_controller.php @@ -7,7 +7,7 @@ class UsersController extends AppController { var $name = 'Users'; - var $helpers = array('html'); + var $helpers = array('html','javascript'); /** * Nothing to see here diff --git a/mozilla/webtools/firefox_survey/views/elements/header.thtml b/mozilla/webtools/firefox_survey/views/elements/header.thtml index 3deeb85029e..49d6b9ca683 100644 --- a/mozilla/webtools/firefox_survey/views/elements/header.thtml +++ b/mozilla/webtools/firefox_survey/views/elements/header.thtml @@ -8,6 +8,7 @@ css('rustico/template'); ?> css('rustico/content'); ?> css('screen'); ?> + link('__utm'); ?>