mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
fix exception opening the connect page on phones
This commit is contained in:
parent
dbe2aec79c
commit
731eb92f33
|
@ -28,7 +28,7 @@
|
||||||
make this server appear on your computer as a regular HDD!<br />
|
make this server appear on your computer as a regular HDD!<br />
|
||||||
pick your favorite below (sorted by performance, best first) and lets 🎉<br />
|
pick your favorite below (sorted by performance, best first) and lets 🎉<br />
|
||||||
<br />
|
<br />
|
||||||
placeholders:
|
<span class="os win lin mac">placeholders:</span>
|
||||||
<span class="os win">
|
<span class="os win">
|
||||||
{% if accs %}<code><b>{{ pw }}</b></code>=password, {% endif %}<code><b>W:</b></code>=mountpoint
|
{% if accs %}<code><b>{{ pw }}</b></code>=password, {% endif %}<code><b>W:</b></code>=mountpoint
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -39,4 +39,4 @@ function setos(os) {
|
||||||
clmod(oa[a], 'g', oa[a].id.slice(1) == os);
|
clmod(oa[a], 'g', oa[a].id.slice(1) == os);
|
||||||
}
|
}
|
||||||
|
|
||||||
setos(WINDOWS ? 'win' : LINUX ? 'lin' : MACOS ? 'mac' : '');
|
setos(WINDOWS ? 'win' : LINUX ? 'lin' : MACOS ? 'mac' : 'idk');
|
||||||
|
|
Loading…
Reference in a new issue