Skip to content

Commit

Permalink
fix(calendar(js)): fix URL for snoozing alarms
Browse files Browse the repository at this point in the history
Fixes #5324
  • Loading branch information
cgx committed May 25, 2021
1 parent 8655dd2 commit d4a0b25
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -629,7 +629,7 @@
Preferences.$toast.hide();
};
scope.snooze = function() {
Preferences.$$resource.fetch(url, 'view?snoozeAlarm=' + scope.reminder);
Preferences.$$resource.fetch('Calendar/' + url, 'view?snoozeAlarm=' + scope.reminder);
Preferences.$toast.hide();
};
}
Expand Down

0 comments on commit d4a0b25

Please sign in to comment.