(fix) reset alarm after popping it

pull/91/head
Ludovic Marcotte 2015-07-28 13:05:05 -04:00
parent 7365f77dd5
commit 17432deaa7
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@
Alarm.showAlarm = function(url) {
var _this = this;
this.$$resource.fetch(url, '?resetAlarm=yes');
this.$toast.show({
position: 'top right',
hideDelay: 0,