We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f801a commit 2063186Copy full SHA for 2063186
scripts/app.js
@@ -2,7 +2,7 @@
2
"use strict";
3
var o = e.querySelector("#app");
4
(o.baseUrl = "/"),
5
- "" === window.location.port && (o.baseUrl = "/finalcomp-2022/"),
+ "" === window.location.port && (o.baseUrl = "/"),
6
(o.displayInstalledToast = function () {
7
Polymer.dom(e).querySelector("platinum-sw-cache").disabled ||
8
Polymer.dom(e).querySelector("#caching-complete").show();
0 commit comments