mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding Sydney to timezones.
This commit is contained in:
parent
f85dec49f9
commit
ca04d966f1
2 changed files with 2 additions and 2 deletions
|
@ -2205,8 +2205,8 @@
|
|||
'queue': false
|
||||
});
|
||||
} else if (view == 'feed') {
|
||||
var $feed_story = this.find_story_in_feed_view(this.active_story);
|
||||
if (this.active_story) {
|
||||
var $feed_story = this.find_story_in_feed_view(this.active_story);
|
||||
this.scroll_to_story_in_story_feed(this.active_story, $feed_story, true);
|
||||
}
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ NEWSBLUR.ReaderPreferences.prototype = {
|
|||
$.make('option', { value: 'Australia/Adelaide' }, '(GMT+09:30) Adelaide'),
|
||||
$.make('option', { value: 'Australia/Darwin' }, '(GMT+09:30) Darwin'),
|
||||
$.make('option', { value: 'Australia/Brisbane' }, '(GMT+10:00) Brisbane'),
|
||||
$.make('option', { value: 'Australia/Hobart' }, '(GMT+10:00) Hobart'),
|
||||
$.make('option', { value: 'Australia/Sydney' }, '(GMT+10:00) Sydney, Hobart'),
|
||||
$.make('option', { value: 'Asia/Vladivostok' }, '(GMT+10:00) Vladivostok'),
|
||||
$.make('option', { value: 'Australia/Lord_Howe' }, '(GMT+10:30) Lord Howe Island'),
|
||||
$.make('option', { value: 'Etc/GMT-11' }, '(GMT+11:00) Solomon Is., New Caledonia'),
|
||||
|
|
Loading…
Add table
Reference in a new issue