New Icons & Credits - 2#

This commit is contained in:
JonatanRek 2020-09-06 20:55:42 +02:00
parent 5d5e74398c
commit 7515b94edb
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,9 @@
<div class="alert alert-danger d-flex justify-content-between" role="alert">
<div class="align-self-center">Update availible!</div>
<div>
<button type="button" class="btn btn-primary" v-on:click="refreshApp">Refresh</button>
<button type="button" class="btn btn-primary" v-on:click="refreshApp">
Refresh
</button>
</div>
</div>
</div>

View File

@ -29,7 +29,6 @@ self.addEventListener("notificationclick", function(event) {
console.log(data);
console.log(data);
console.log(data[event.action]);
clients.openWindow("" + data[event.action]);
}