mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
fix grid init after navigating
This commit is contained in:
parent
9cf6760a9d
commit
1494db775d
|
|
@ -6296,8 +6296,6 @@ window.thegrid = (function () {
|
||||||
|
|
||||||
else {
|
else {
|
||||||
if (!dbl){
|
if (!dbl){
|
||||||
// if(r.bbox && e.preventDefault)
|
|
||||||
// e.preventDefault();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -6515,6 +6513,8 @@ window.thegrid = (function () {
|
||||||
|
|
||||||
r.dirty = false;
|
r.dirty = false;
|
||||||
r.loadsel();
|
r.loadsel();
|
||||||
|
if(baguetteBox)
|
||||||
|
r.bagit('#ggrid');
|
||||||
aligngriditems();
|
aligngriditems();
|
||||||
setTimeout(r.tippen, 20);
|
setTimeout(r.tippen, 20);
|
||||||
drag.initgrid();
|
drag.initgrid();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue