switch append to prepend.

This commit is contained in:
jwall@VAPPRCSN015.vap.local 2011-11-03 11:32:12 -04:00
parent a3b48d7eb4
commit 66bf4a4cf6

View File

@ -157,7 +157,7 @@ var Bible = {
{ {
Util.RemoveResult(e); Util.RemoveResult(e);
}); });
$("#result").append(t); $("#result").prepend(t);
} }
catch (err) catch (err)
{ {
@ -379,7 +379,7 @@ var Strongs = {
{ {
Util.RemoveResult(e); Util.RemoveResult(e);
}); });
$("#result").append(t); $("#result").prepend(t);
return false; return false;
} }
catch (err) catch (err)