forked from cadey/xesite
parent
66fd857b56
commit
b95a8760e4
|
@ -26,6 +26,7 @@ export class Conversation extends HTMLElement {
|
|||
let who = this.getAttribute("name");
|
||||
let mood = this.getAttribute("mood");
|
||||
|
||||
root.appendChild(h("link", {rel: "stylesheet", href: "/css/hack.css"}));
|
||||
root.appendChild(h("link", {rel: "stylesheet", href: "/css/gruvbox-dark.css"}));
|
||||
root.appendChild(h("link", {rel: "stylesheet", href: "/css/shim.css"}));
|
||||
root.appendChild(h("style", {textContent: `img { width: 67%; }`}));
|
||||
|
|
|
@ -5,7 +5,7 @@ self.addEventListener('install', function (event) {
|
|||
event.waitUntil(preLoad());
|
||||
});
|
||||
|
||||
const cacheName = "cache-xesite-2.3.0-4";
|
||||
const cacheName = "cache-xesite-2.3.0-999";
|
||||
|
||||
var preLoad = function () {
|
||||
console.log('[PWA Builder] Install Event processing');
|
||||
|
|
Loading…
Reference in New Issue