diff --git a/index2.html b/index2.html
index 2319c913..8eda2261 100644
--- a/index2.html
+++ b/index2.html
@@ -94,6 +94,8 @@
G1234 (displays the Strong's definition for the Greek # 1234)
Jesus (searches for "Jesus". all search terms assume boolean AND, i.e. "Jesus Christ" assumes "Jesus AND Christ". an word without a number is interpreted as search).
"us", "these", "her", "saith", "shalt", "let", "do", "your", "we", "no", "go", "if", "at", "an", "so", "before", "also", "on", "had", "you", "there", "then", "up", "by", "upon", "were", "are", "this", "when", "thee", "their", "ye", "will", "as", "thy", "my", "me", "have", "from", "was", "but", "which", "thou", "all", "it", "with", "them", "him", "they", "is", "be", "not", "his", "i", "shall", "a", "for", "unto", "he", "in", "to", "that", "of", "and", "the"
multiple lookups can be made using a semicolon as a separator, i.e. "Ruth 1; g1234; Jesus").
diff --git a/js/common.js b/js/common.js
index a36103e4..94a3eae1 100644
--- a/js/common.js
+++ b/js/common.js
@@ -95,7 +95,7 @@ var Search = function(sv) {
var original_q = q;
// its a strongs lookup
var dict = q.substring(0, 1);
-
+
if (dict.search(/h/i) != -1) {
dict = "heb";
} else {
@@ -176,10 +176,6 @@ var Settings = {
if (ref != undefined && ref.trim() != "")
{
Search(ref);
- //var myref = new Reference(ref);
- //var r = Bible.GetPassage(myref.book, myref.startchapter, myref.endchapter, myref.startverse, myref.endverse);
-
- //Bible.DisplayPassage(r.cs, myref, r.testament);
}
});
}
@@ -492,7 +488,7 @@ var Strongs = {
// put together the display.
// ok. we have to do this because click events seem to be cumulative with jquery.
- var t = $("