aboutsummaryrefslogtreecommitdiff
path: root/playground/animation.html
diff options
context:
space:
mode:
Diffstat (limited to 'playground/animation.html')
-rw-r--r--playground/animation.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/playground/animation.html b/playground/animation.html
index eec913c65..893276b3f 100644
--- a/playground/animation.html
+++ b/playground/animation.html
@@ -2,11 +2,11 @@
<html>
<head>
<title>Spinner playground</title>
- <script src="../lib/vendor/system-csp-production.src.js"></script>
+ <script src="/src/vendor/system-csp-production.src.js"></script>
</head>
<html>
<div style="display: none;">
- <img src="../img/icon.png" id="taler-logo" style="display:hidden;">
+ <img src="/img/icon.png" id="taler-logo" style="display:hidden;">
</div>
<br />
<div id="container"></div>
@@ -17,7 +17,7 @@
defaultJSExtensions: true,
});
- System.import("../lib/wallet/chromeBadge")
+ System.import("/src/chromeBadge")
.then((badge) => {
let b = new badge.ChromeBadge(window);
window.badge = b;