From 515dee8e463e8d1de0b34add767eae9bd7e339cc Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 3 Jul 2018 10:49:03 +0200
Subject: [PATCH] Temporarily disabled Download Menu since it's not working
 right now

---
 resources/assets/js/SearchModule.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/assets/js/SearchModule.js b/resources/assets/js/SearchModule.js
index abbfd0a..66e5909 100644
--- a/resources/assets/js/SearchModule.js
+++ b/resources/assets/js/SearchModule.js
@@ -15,7 +15,7 @@ function SearchModule(interactiveMap, query){
 	// Add the Listeners
 	this.addSearchListeners();
 	// Add Options Menu
-	this.addOptionsMenu();
+	//this.addOptionsMenu();
 	// Add Exit on Logo Click
 	this.addLogoClick();
 	// Add the Url Updater
-- 
GitLab