mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fix strict JS error during folder moves
This commit is contained in:
parent
6b1d8cef78
commit
e1bc296abe
1 changed files with 2 additions and 2 deletions
|
@ -4435,8 +4435,8 @@
|
|||
$add.html($folders);
|
||||
$save.addClass("NB-disabled").attr('disabled', "disabled").text('Select folders');
|
||||
} else {
|
||||
folder_view = NEWSBLUR.assets.folders.get_view($feed) ||
|
||||
this.active_folder.folder_view;
|
||||
var folder_view = NEWSBLUR.assets.folders.get_view($feed) ||
|
||||
this.active_folder.folder_view;
|
||||
var in_folder = folder_view.collection.options.title;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue