Browse Source

another undefined (typo)

master
Miguel Freitas 10 years ago
parent
commit
f447d84e06
  1. 4
      js/twister_timeline.js

4
js/twister_timeline.js

@ -361,13 +361,13 @@ function willBeHidden(post){ @@ -361,13 +361,13 @@ function willBeHidden(post){
return false;
if (typeof(post['userpost']['rt']) !== 'undefined') {
// hope it is not too egocentric to overcome HideCloseRTsOpt this way
// hope it is not too egocentric to overcome hideCloseRtsHour this way
if (post['userpost']['rt']['n'] === defaultScreenName)
return false;
if ($.Options.hideCloseRTs.val !== 'disable' &&
followingUsers.indexOf(post['userpost']['rt']['n']) > -1 &&
parseInt(post['userpost']['time']) - parseInt(post['userpost']['rt']['time']) < $.Options.hideCloseRTsHour.val * 3600)
parseInt(post['userpost']['time']) - parseInt(post['userpost']['rt']['time']) < $.Options.hideCloseRtsHour.val * 3600)
{
return true;
}

Loading…
Cancel
Save