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" />
|
||||
<title>Snek</title>
|
||||
<style>{{highlight_styles}}</style>
|
||||
<script src="/polyfills/Promise.withResolvers.js" type="module"></script>
|
||||
<!--
|
||||
<script src="/push.js"></script>
|
||||
-->
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
|
||||
<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="/message-list.js" type="module"></script>
|
||||
<style>{{ highlight_styles }}</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user