mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
explicit bbox loaded marker function
This commit is contained in:
parent
1ef4e3f40e
commit
643d41f7cf
|
|
@ -1378,6 +1378,7 @@ window.baguetteBox = (function () {
|
|||
function init(){
|
||||
if(thegrid != undefined){
|
||||
thegrid.bagit();
|
||||
thegrid.bag_loaded();
|
||||
}
|
||||
else{
|
||||
console.log('wait for grid init');
|
||||
|
|
|
|||
|
|
@ -6562,8 +6562,11 @@ window.thegrid = (function () {
|
|||
}
|
||||
});
|
||||
r.bbox_opts = br[1];
|
||||
r.bbox = true;
|
||||
};
|
||||
|
||||
r.bag_loaded = function () {
|
||||
r.bbox = true;
|
||||
}
|
||||
|
||||
r.onhide = function () {
|
||||
afilt.apply();
|
||||
|
|
|
|||
Loading…
Reference in a new issue