mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 16:29:49 -04:00
- removed old code
This commit is contained in:
parent
243f7a489c
commit
0857a03e47
@ -42,10 +42,6 @@ require(["jquery", "db", "common", "reference", "jquery.cookie", "jquery.ui"],
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#result").sortable({
|
|
||||||
handle: ".p-handle"
|
|
||||||
});
|
|
||||||
|
|
||||||
// load querystring
|
// load querystring
|
||||||
var ref = decodeURIComponent(common.Util.GetUrlVars().r);
|
var ref = decodeURIComponent(common.Util.GetUrlVars().r);
|
||||||
if (ref !== "undefined") {
|
if (ref !== "undefined") {
|
||||||
|
@ -42,10 +42,6 @@ require(["jquery", "db", "common", "reference", "jquery.cookie", "jquery.ui"],
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#result").sortable({
|
|
||||||
handle: ".p-handle"
|
|
||||||
});
|
|
||||||
|
|
||||||
// load querystring
|
// load querystring
|
||||||
var ref = decodeURIComponent(common.Util.GetUrlVars().r);
|
var ref = decodeURIComponent(common.Util.GetUrlVars().r);
|
||||||
if (ref !== "undefined") {
|
if (ref !== "undefined") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user