Skip to content

Commit 26ae209

Browse files
author
aabb
committed
Merge remote-tracking branch 'origin/master'
2 parents 1374f98 + 349625a commit 26ae209

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
</nav>
4949
<h3 class="text-muted animate-reveal animate-first">Diffy <font class="hearttext">&hearts;</font></h3>
5050
</header>
51-
<div class="alert alert-warning" role="alert">
52-
<h3 class="alert-heading">Community! 😢</h3>
53-
<p>“Because loneliness in the world is growing exponentially and especially among young people Diffy tries to bind people with love around a film.“</p>
54-
<hr>
55-
<p class="mb-0"><i>Aabb</i> <font class="hearttext">&hearts;</font></p>
56-
</div>
5751
<main role="main">
5852
<div id="createroomdesign">
5953
<div class="jumbotron">
@@ -166,4 +160,4 @@ <h4>Cross-platform</h4>
166160
<noscript>Your browser does not support JavaScript!</noscript>
167161
</div>
168162
</body>
169-
</html>
163+
</html>

js/runtime.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var clientjs = null;
44
var player = null;
55
(function() {
66
function LoadCss(url) {
7-
let queue = []
7+
let queue = [];
88
let funcload = () => {
99
var url = queue.shift();
1010
let fileref = document.createElement("link");
@@ -16,7 +16,7 @@ var player = null;
1616
funcload();
1717
}
1818
}
19-
queue = queue.concat(url)
19+
queue = queue.concat(url);
2020
funcload();
2121
}
2222
function LoadScript(url, callback) {
@@ -385,4 +385,4 @@ var player = null;
385385

386386
});
387387
});
388-
})();
388+
})();

0 commit comments

Comments
 (0)