Compare commits
No commits in common. "825ece4e7868be28ba03c4fde5149695b0dd9dc5" and "39fa8fa0cd7a725edc1f293a7e8d0ea0d5d5bca6" have entirely different histories.
825ece4e78
...
39fa8fa0cd
@ -1,8 +0,0 @@
|
|||||||
Promise.withResolvers = Promise.withResolvers || function() {
|
|
||||||
let resolve, reject;
|
|
||||||
let promise = new Promise((res, rej) => {
|
|
||||||
resolve = res;
|
|
||||||
reject = rej;
|
|
||||||
});
|
|
||||||
return { promise, resolve, reject };
|
|
||||||
}
|
|
||||||
@ -6,7 +6,6 @@
|
|||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<title>Snek</title>
|
<title>Snek</title>
|
||||||
<style>{{highlight_styles}}</style>
|
<style>{{highlight_styles}}</style>
|
||||||
<script src="/polyfills/Promise.withResolvers.js" type="module"></script>
|
|
||||||
<!--
|
<!--
|
||||||
<script src="/push.js"></script>
|
<script src="/push.js"></script>
|
||||||
-->
|
-->
|
||||||
|
|||||||
@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
<title>{% block title %}Snek chat by Molodetz{% endblock %}</title>
|
<title>{% block title %}Snek chat by Molodetz{% endblock %}</title>
|
||||||
|
|
||||||
<script src="/polyfills/Promise.withResolvers.js" type="module"></script>
|
<script src="/app.js" type="module"></script>
|
||||||
<script src="/app.js" type="module"></script>
|
|
||||||
<script src="/message-list.js" type="module"></script>
|
<script src="/message-list.js" type="module"></script>
|
||||||
<style>{{ highlight_styles }}</style>
|
<style>{{ highlight_styles }}</style>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user