Moved all listeners to listeners.js

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-10 16:33:19 +02:00
parent 2d18aa3858
commit 3049fa9d2c
14 changed files with 452 additions and 493 deletions

View File

@@ -2,7 +2,7 @@ var Search = {
showSearch: function(){
$("#search-wrapper").toggleClass("hide");
if(window.mobilecheck())
if(Helper.mobilecheck())
{
$(".search_input").focus();
}