Skip to content

Commit

Permalink
the other other very other very very last dirty dirty thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mobalife committed Aug 23, 2024
1 parent da3f2a4 commit 9b12258
Show file tree
Hide file tree
Showing 6 changed files with 8,971 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demos/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<script src="/fengui/demos/js/jquery-3.5.1.slim.min.js"></script>
<script src="/fengui/demos/js/popper.min.js"></script>
<script src="/fengui/demos/js/bootstrap.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
<script src="/dist/RTCMultiConnection.min.js"></script>
<script src="/fengui/dist/socket.io.js"></script>
<script src="/fengui/dist/RTCMultiConnection.js"></script>

<style type="text/css">
html, body, section, ul, li, nav, a, h1, h2 {
Expand Down
9 changes: 8 additions & 1 deletion demos/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>

<title>File Sharing using RTCMultiConnection</title>

<script>
if (!location.hash.replace('#', '').length) {
location.href = location.href.split('#')[0] + '#' + (Math.random() * 100).toString().replace('.', '');
location.reload();
}
</script>
<meta charset="utf-8">
<title>RTCMultiConnection Demos</title>
<link rel="canonical" href="/fengui/demos/">
Expand Down
Loading

0 comments on commit 9b12258

Please sign in to comment.