mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Fixing autocomplete to only update input value on select, not focus.
This commit is contained in:
parent
9eac17263f
commit
6751ff890e
2 changed files with 1 additions and 5 deletions
|
@ -128,10 +128,6 @@ NEWSBLUR.ReaderAddFeed = NEWSBLUR.ReaderPopover.extend({
|
|||
at: "left top",
|
||||
collision: "none"
|
||||
},
|
||||
focus: function(e, ui) {
|
||||
$add.val(ui.item.value);
|
||||
return false;
|
||||
},
|
||||
select: function(e, ui) {
|
||||
$add.val(ui.item.value);
|
||||
// self.save_add_url();
|
||||
|
|
Loading…
Add table
Reference in a new issue