We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9658b commit 8024d49Copy full SHA for 8024d49
src/js/app.js
@@ -15,6 +15,7 @@ const Pomodoro = React.createClass({
15
16
componentDidMount() {
17
this.setTime(1500);
18
+ Notification.requestPermission();
19
},
20
21
elapseTime() {
0 commit comments