File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2323 "good_stuff": true
2424 },
2525 "css": {
26- "indent_size": 4 ,
26+ "indent_size": 2 ,
2727 "indent_char": " ",
2828 "indent_with_tabs": false,
2929 "eol": "\n",
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
9393
9494| Date | Version | Description |
9595| ----------- | ------- | ----------- |
96- | 2017-04-11 | v1.0.9 | Maintenance |
96+ | 2017-04-11 | v1.0.10 | Maintenance |
9797| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
9898| 2017-01-22 | v1.0.2 | Maintenance |
9999| 2017-01-22 | v1.0.0 | Official release |
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.9 " ,
3+ "version" : " 1.0.10 " ,
44 "description" : " Web Notifications made easy." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3- | 2017-04-11 | v1.0.9 | Maintenance |
3+ | 2017-04-11 | v1.0.10 | Maintenance |
44| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
55| 2017-01-22 | v1.0.2 | Maintenance |
66| 2017-01-22 | v1.0.0 | Official release |
Original file line number Diff line number Diff line change 1-
21.notification-form {
32 padding : 10px ;
43 width : 60% ;
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
3+
34 < head >
45 < title > Web Notification Example</ title >
56 < script type ="text/javascript " src ="https://code.jquery.com/jquery-3.1.0.min.js "> </ script >
67 < script type ="text/javascript " src ="https://rawgit.com/sagiegurari/simple-web-notification/master/web-notification.js "> </ script >
78 < script type ="text/javascript " src ="example/example.js "> </ script >
89
9- < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet "/>
10- < link href ="example/example.css " rel ="stylesheet "/>
10+ < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet " />
11+ < link href ="example/example.css " rel ="stylesheet " />
1112 </ head >
13+
1214 < body >
1315 < form class ="notification-form ">
1416 < div class ="form-group ">
1517 < label for ="title "> Title</ label >
16- < input type ="text " class ="form-control " id ="title " placeholder ="Notification Title "/>
18+ < input type ="text " class ="form-control " id ="title " placeholder ="Notification Title " />
1719 </ div >
1820 < div class ="form-group ">
1921 < label for ="message "> Notification Text</ label >
2224 < button type ="button " class ="show-button btn btn-primary " notification-title ="title " notification-text ="text "> Show Notification</ button >
2325 </ form >
2426 </ body >
27+
2528</ html >
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.9 " ,
3+ "version" : " 1.0.10 " ,
44 "description" : " Web Notifications made easy." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments