Skip to content
Snippets Groups Projects
Commit 3e3b815a authored by Brett Bieber's avatar Brett Bieber
Browse files

Remove unused js vars

parent 2a7c23f5
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ google.load("search", "1"); ...@@ -4,7 +4,6 @@ google.load("search", "1");
function searchInit() { function searchInit() {
UNL_Search.peoplefinderCache = new UNL_Search.Cache(); UNL_Search.peoplefinderCache = new UNL_Search.Cache();
UNL_Search.hcardCache = new UNL_Search.Cache();
//Parse the querystring for q //Parse the querystring for q
var qs = location.search.substring(1,location.search.length); var qs = location.search.substring(1,location.search.length);
...@@ -72,8 +71,6 @@ UNL_Search.unl_search = null; ...@@ -72,8 +71,6 @@ UNL_Search.unl_search = null;
UNL_Search.local_search = null; UNL_Search.local_search = null;
UNL_Search.local_search_context = null; UNL_Search.local_search_context = null;
UNL_Search.scrolldelay = null; UNL_Search.scrolldelay = null;
UNL_Search.hcardTimeout = null;
UNL_Search.hcardCache = null;
UNL_Search.peoplefinderCache = null; UNL_Search.peoplefinderCache = null;
//Caching Class //Caching Class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment