mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
v1.1.11
This commit is contained in:
parent
0b47ee306b
commit
ed69d42005
4 changed files with 14 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
// FEATURES:
|
||||
// * adds an onscreen keyboard for operating a media center remotely,
|
||||
// relies on https://github.com/9001/copyparty/blob/hovudstraum/contrib/plugins/meadup.js
|
||||
// relies on https://github.com/9001/copyparty/blob/hovudstraum/bin/mtag/very-bad-idea.py
|
||||
// * adds an interactive anime girl (if you can find the dependencies)
|
||||
|
||||
var hambagas = [
|
||||
|
@ -495,7 +495,7 @@ function initKeybaord(BASE_URL, HAMBAGA, consoleLog, consoleError) {
|
|||
var remaining = 3;
|
||||
for (var a of ['pio', 'l2d', 'fireworks']) {
|
||||
import_js(`/bad-memes/${a}.js`, function () {
|
||||
if (remaining-- > 1)
|
||||
if (remaining --> 1)
|
||||
return;
|
||||
|
||||
o = mknod('script');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue