mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Hiding site chooser in folder settings title.
This commit is contained in:
parent
398ed863b0
commit
f2830ebc66
1 changed files with 2 additions and 2 deletions
|
@ -113,9 +113,9 @@ _.extend(NEWSBLUR.ReaderFeedException.prototype, {
|
|||
var self = this;
|
||||
|
||||
this.$modal = $.make('div', { className: 'NB-modal-exception NB-modal' }, [
|
||||
$.make('div', { className: 'NB-modal-feed-chooser-container'}, [
|
||||
(this.feed && $.make('div', { className: 'NB-modal-feed-chooser-container'}, [
|
||||
this.make_feed_chooser()
|
||||
]),
|
||||
])),
|
||||
$.make('div', { className: 'NB-modal-loading' }),
|
||||
$.make('h2', { className: 'NB-modal-title NB-exception-block-only' }, 'Fix a misbehaving site'),
|
||||
$.make('h2', { className: 'NB-modal-title' }, 'Site settings'),
|
||||
|
|
Loading…
Add table
Reference in a new issue