From 82bcb31455d658a462bfde711c862480fc9acd05 Mon Sep 17 00:00:00 2001
From: Zachary Sloan
Date: Thu, 25 Oct 2012 18:09:11 -0500
Subject: Worked on search page code; got to the part that actually does the
search
Renamed RISet and cross to "group" throughout webqtlDataset.py and search_results.py
---
web/javascript/header.js | 122 +++++++++++++++++++++++------------------------
1 file changed, 61 insertions(+), 61 deletions(-)
(limited to 'web/javascript')
diff --git a/web/javascript/header.js b/web/javascript/header.js
index 59fcacd8..65ba1bd6 100755
--- a/web/javascript/header.js
+++ b/web/javascript/header.js
@@ -1,62 +1,62 @@
-ctext = ''
-ctext += '
| '
-ctext += ''
-ctext += ' '
-ctext += ' | '
-ctext += ' | '
-ctext += ''
-ctext += ''
-ctext += ''
-ctext += ''
-ctext += ''
-ctext += ''
-ctext += ''
-ctext += ' | '
-ctext += ''
-ctext += ' | '
-ctext += ''
-ctext += ' | '
-ctext += ''
-ctext += ' | '
-ctext += ''
-ctext += ' | '
-ctext += ''
-ctext += ' | '
-ctext += ''
-ctext += ' | '
-ctext += ''
-ctext += ' | '
-ctext += ' | '
-ctext += ''
-ctext += ' '
-ctext += ' | '
-ctext += ' '
-ctext += ' '
-ctext += ' | '
+ctext = ''
+ctext += ' | '
+ctext += ''
+ctext += ' '
+ctext += ' | '
+ctext += ' | '
+ctext += '
'
+ctext += ''
+ctext += ''
+ctext += ''
+ctext += ''
+ctext += ''
+ctext += ''
+ctext += ' | '
+ctext += ''
+ctext += ' | '
+ctext += ''
+ctext += ' | '
+ctext += ''
+ctext += ' | '
+ctext += ''
+ctext += ' | '
+ctext += ''
+ctext += ' | '
+ctext += ''
+ctext += ' | '
+ctext += ''
+ctext += ' | '
+ctext += ' | '
+ctext += ''
+ctext += ' '
+ctext += ' | '
+ctext += ' '
+ctext += ' '
+ctext += ' | '
document.write(ctext)
\ No newline at end of file
--
cgit v1.2.3