From 799dd61dbb042bc77a57d4f7651fd1571f804065 Mon Sep 17 00:00:00 2001
From: "jason.wall"
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 = $("