mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
switch append to prepend.
This commit is contained in:
parent
a3b48d7eb4
commit
66bf4a4cf6
@ -157,7 +157,7 @@ var Bible = {
|
||||
{
|
||||
Util.RemoveResult(e);
|
||||
});
|
||||
$("#result").append(t);
|
||||
$("#result").prepend(t);
|
||||
}
|
||||
catch (err)
|
||||
{
|
||||
@ -379,7 +379,7 @@ var Strongs = {
|
||||
{
|
||||
Util.RemoveResult(e);
|
||||
});
|
||||
$("#result").append(t);
|
||||
$("#result").prepend(t);
|
||||
return false;
|
||||
}
|
||||
catch (err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user