diff --git a/resources/assets/js/SearchModule.js b/resources/assets/js/SearchModule.js
index abbfd0aa49f31971c3f5af681085426fadd705d8..66e590903400b3b710a874df69efaeba2a99c815 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