Rename constants.js to util.js

dev
gravel 8 months ago
parent eb23805345
commit 30b0fe08d9
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -18,7 +18,7 @@ import {
dom, COLUMN, COLUMN_LITERAL, COMPARISON, ATTRIBUTES,
columnAscendingByDefault, columnIsSortable, COLUMN_TRANSFORMATION,
element, JOIN_URL_PASTE, communityQRCodeURL, STAFF_ID_PASTE, IDENTIFIER_PASTE, DETAILS_LINK_PASTE, CLASSES, flagToLanguageAscii
} from './js/constants.js';
} from './js/util.js';
// Hidden communities for transparency.
const filteredCommunities = {

@ -37,7 +37,7 @@
<link rel="canonical" href="https://sessioncommunities.online/">
<link rel="stylesheet" href="./index.css">
<script type="module" src="./main.js"></script>
<link rel="modulepreload" href="js/constants.js">
<link rel="modulepreload" href="js/util.js">
<link rel="help" href="./instructions.html">
<title>Self-updating list of active Session communities</title>
<meta name="description" content="

Loading…
Cancel
Save