From 644268979849c634f5dfe27ac0a6cc47899719b0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 9 Mar 2015 20:18:50 +0900 Subject: [PATCH] Adding code for profile dialog --- client/index.html | 15 +++++++++++++++ client/scripts/search.js | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/client/index.html b/client/index.html index 7b3d507..fa1bc2a 100644 --- a/client/index.html +++ b/client/index.html @@ -12,6 +12,20 @@

Reactive Search

+ + +
@@ -42,6 +56,7 @@
+
diff --git a/client/scripts/search.js b/client/scripts/search.js index 88a949f..3147dc1 100644 --- a/client/scripts/search.js +++ b/client/scripts/search.js @@ -48,12 +48,17 @@ }; $('#minScore,#hintSteps,#walkingDist,#maxResults').change(onSearch); + $('#editProfile').click(onEditProfile); window.accessReview = accessReview; onSearch(); } + function onEditProfile() { + + } + function onSearch() { _ctx.query = { features: _ctx.query.features || {},