mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-11 20:09:32 +00:00
Moved all listeners to listeners.js
This commit is contained in:
@@ -2,7 +2,7 @@ var Search = {
|
||||
|
||||
showSearch: function(){
|
||||
$("#search-wrapper").toggleClass("hide");
|
||||
if(window.mobilecheck())
|
||||
if(Helper.mobilecheck())
|
||||
{
|
||||
$(".search_input").focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user