mirror of
https://github.com/9001/copyparty.git
synced 2025-08-19 01:42:20 -06:00
missed some
This commit is contained in:
parent
af0a34cf82
commit
0fbc81ab2f
|
@ -2196,7 +2196,6 @@ var thegrid = (function () {
|
||||||
}
|
}
|
||||||
pbar.onresize();
|
pbar.onresize();
|
||||||
vbar.onresize();
|
vbar.onresize();
|
||||||
r.onresize();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var btnclick = function (e) {
|
var btnclick = function (e) {
|
||||||
|
@ -2371,7 +2370,6 @@ var thegrid = (function () {
|
||||||
function ungrid() {
|
function ungrid() {
|
||||||
lfiles.style.display = '';
|
lfiles.style.display = '';
|
||||||
gfiles.style.display = 'none';
|
gfiles.style.display = 'none';
|
||||||
window.removeEventListener('resize', r.onresize);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadgrid() {
|
function loadgrid() {
|
||||||
|
@ -2380,7 +2378,6 @@ var thegrid = (function () {
|
||||||
|
|
||||||
lfiles.style.display = 'none';
|
lfiles.style.display = 'none';
|
||||||
gfiles.style.display = 'block';
|
gfiles.style.display = 'block';
|
||||||
window.addEventListener('resize', r.onresize);
|
|
||||||
|
|
||||||
if (!r.dirty)
|
if (!r.dirty)
|
||||||
return r.loadsel();
|
return r.loadsel();
|
||||||
|
|
Loading…
Reference in a new issue