File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- Gitify [ ![ Build Status] ( https://magnum. travis-ci.com /ekonstantinidis/gitify.svg?token=9QR4ewbqbkEmHps6q5sq& branch=master )] ( https://magnum. travis-ci.com /ekonstantinidis/gitify )
1
+ Gitify [ ![ Build Status] ( https://travis-ci.org /ekonstantinidis/gitify.svg?branch=master )] ( https://travis-ci.org /ekonstantinidis/gitify )
2
2
==========
3
3
GitHub Notifications on your menu bar.
4
4
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var NotificationsStore = Reflux.createStore({
26
26
var tokens = AuthStore . authStatus ( ) ;
27
27
28
28
apiRequests
29
- . getAuth ( 'https://api.github.com/notifications' )
29
+ . getAuth ( 'https://api.github.com/notifications?now=' + Date . now ( ) )
30
30
. end ( function ( err , response ) {
31
31
if ( response && response . ok ) {
32
32
// Success - Do Something.
Original file line number Diff line number Diff line change @@ -261,6 +261,11 @@ html, body {
261
261
margin : 0 ;
262
262
background-color : #f5f5f5 ;
263
263
264
+ .col-xs-2 ,
265
+ .col-xs-10 {
266
+ padding : 0 ;
267
+ }
268
+
264
269
.avatar {
265
270
.BorderRadius (50% );
266
271
width : 25px ;
You can’t perform that action at this time.
0 commit comments