mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 23:39: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);
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user