From ad58384adf6b9b302c9502cc84fda18aa5e28d5f Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 9 Mar 2015 22:56:19 +0900 Subject: [PATCH] Profile dialog shows up now --- client/index.html | 28 +++++++++++++++++----------- client/scripts/search.js | 5 ----- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/client/index.html b/client/index.html index fa1bc2a..eeaa1bd 100644 --- a/client/index.html +++ b/client/index.html @@ -13,16 +13,22 @@ - diff --git a/client/scripts/search.js b/client/scripts/search.js index 3147dc1..88a949f 100644 --- a/client/scripts/search.js +++ b/client/scripts/search.js @@ -48,17 +48,12 @@ }; $('#minScore,#hintSteps,#walkingDist,#maxResults').change(onSearch); - $('#editProfile').click(onEditProfile); window.accessReview = accessReview; onSearch(); } - function onEditProfile() { - - } - function onSearch() { _ctx.query = { features: _ctx.query.features || {},