mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 23:32:32 -06:00
indentation
This commit is contained in:
parent
6b3419b38f
commit
55d37364a6
|
|
@ -1216,9 +1216,7 @@ onresize100.add(read_sbw, true);
|
||||||
|
|
||||||
|
|
||||||
function check_image_support(format, uri) {
|
function check_image_support(format, uri) {
|
||||||
var cached
|
var cached = window['have_' + format] = sread('have_' + format);
|
||||||
= window['have_' + format]
|
|
||||||
= sread('have_' + format);
|
|
||||||
if (cached !== null)
|
if (cached !== null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue