From 068e17e762c070fd8ec8e6d0aa8c60f5a5774a7c Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 27 Feb 2015 17:32:15 +0900 Subject: [PATCH] Fixing up props page --- client/index.html | 2 +- client/props.html | 9 +++++---- client/scripts/{application.js => search.js} | 0 3 files changed, 6 insertions(+), 5 deletions(-) rename client/scripts/{application.js => search.js} (100%) diff --git a/client/index.html b/client/index.html index 0eb542b..0845f37 100644 --- a/client/index.html +++ b/client/index.html @@ -102,7 +102,7 @@ - + diff --git a/client/props.html b/client/props.html index 107012f..a1a5686 100644 --- a/client/props.html +++ b/client/props.html @@ -3,8 +3,7 @@ Reactive Search Properties - - +
@@ -97,7 +96,9 @@
- - + + + + diff --git a/client/scripts/application.js b/client/scripts/search.js similarity index 100% rename from client/scripts/application.js rename to client/scripts/search.js