mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing twitter avatar urls.
This commit is contained in:
parent
8b95849a33
commit
9466647c46
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
|
|||
$.make('td', { className: 'NB-intro-uptodate-follow NB-intro-uptodate-follow-twitter' }, [
|
||||
$.make('input', { type: 'checkbox', id: 'NB-intro-uptodate-follow-samuelclay' }),
|
||||
$.make('label', { 'for': 'NB-intro-uptodate-follow-samuelclay' }, [
|
||||
$.make('img', { src: 'http://a0.twimg.com/profile_images/1382021023/Campeche_Steps_normal.jpg', style: 'border-color: #505050;' }),
|
||||
$.make('img', { src: "http://static.newsblur.com.s3.amazonaws.com/blog/Campeche%20Steps%20resized.jpeg", style: 'border-color: #505050;' }),
|
||||
$.make('span', '@samuelclay')
|
||||
]),
|
||||
$.make('iframe', { allowtransparency: "true", frameborder: "0", scrolling: "no", src: "//platform.twitter.com/widgets/follow_button.html?screen_name=samuelclay", width: 260, height: 20 })
|
||||
|
@ -138,7 +138,7 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
|
|||
$.make('td', { className: 'NB-intro-uptodate-follow NB-intro-uptodate-follow-twitter' }, [
|
||||
$.make('input', { type: 'checkbox', id: 'NB-intro-uptodate-follow-newsblur' }),
|
||||
$.make('label', { 'for': 'NB-intro-uptodate-follow-newsblur' }, [
|
||||
$.make('img', { src: 'http://a0.twimg.com/profile_images/1268996309/logo_128_normal.png', style: 'border-color: #505050;' }),
|
||||
$.make('img', { src: NEWSBLUR.Globals.MEDIA_URL + '/img/logo_128.png', style: 'border-color: #505050;' }),
|
||||
$.make('span', '@newsblur')
|
||||
]),
|
||||
$.make('iframe', { allowtransparency: "true", frameborder: "0", scrolling: "no", src: "//platform.twitter.com/widgets/follow_button.html?screen_name=newsblur", width: 260, height: 20 })
|
||||
|
|
Loading…
Add table
Reference in a new issue