4sp-dv 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/4simpleproblems_v5.html +2 -2
- package/package.json +1 -1
package/4simpleproblems_v5.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>4SP - VERSION 5 CLIENT</title>
|
|
7
7
|
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/npm/4sp-dv@latest/images/logo.png">
|
|
8
8
|
|
|
9
|
-
<base href="https://cdn.jsdelivr.net/npm/4sp-dv@1.1.
|
|
9
|
+
<base href="https://cdn.jsdelivr.net/npm/4sp-dv@1.1.6/logged-in/">
|
|
10
10
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
11
11
|
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap" rel="stylesheet">
|
|
12
12
|
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
const displayUsername = document.getElementById('display-username');
|
|
852
852
|
const displayEmail = document.getElementById('display-email');
|
|
853
853
|
|
|
854
|
-
const BASE_URL = 'https://cdn.jsdelivr.net/npm/4sp-dv@1.1.
|
|
854
|
+
const BASE_URL = 'https://cdn.jsdelivr.net/npm/4sp-dv@1.1.6/logged-in/';
|
|
855
855
|
|
|
856
856
|
// Preload Logos
|
|
857
857
|
const preloadImgs = [
|