diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html
index 903020fbf2..9a3bcb9bda 100644
--- a/templates/zephyr/index.html
+++ b/templates/zephyr/index.html
@@ -44,6 +44,7 @@
+
diff --git a/tools/jslint/check-all.js b/tools/jslint/check-all.js
index 3cfcb1c14f..7df079c368 100644
--- a/tools/jslint/check-all.js
+++ b/tools/jslint/check-all.js
@@ -38,6 +38,9 @@ var globals =
// composebox_typeahead.js
+ ' composebox_typeahead'
+ // typeahead_helper.js
+ + ' typeahead_helper'
+
// ui.js
+ ' register_onclick hide_email show_email focus_on'
+ ' report_error report_success report_message clicking mouse_moved'
diff --git a/zephyr/static-access-control/4nrjx8cwce2bka8r/js/typeahead_helper.js b/zephyr/static-access-control/4nrjx8cwce2bka8r/js/typeahead_helper.js
new file mode 120000
index 0000000000..b242659340
--- /dev/null
+++ b/zephyr/static-access-control/4nrjx8cwce2bka8r/js/typeahead_helper.js
@@ -0,0 +1 @@
+../../../static/js/typeahead_helper.js
\ No newline at end of file
diff --git a/zephyr/static/js/typeahead_helper.js b/zephyr/static/js/typeahead_helper.js
new file mode 100644
index 0000000000..bfc9e507a0
--- /dev/null
+++ b/zephyr/static/js/typeahead_helper.js
@@ -0,0 +1,7 @@
+var typeahead_helper = (function () {
+
+var exports = {};
+
+return exports;
+
+}());