New Icons & Credits - 2#
This commit is contained in:
parent
5d5e74398c
commit
7515b94edb
@ -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>
|
||||
|
@ -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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user