Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into pre-reliase
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan1986 committed Jun 21, 2021
2 parents fd0b3e5 + 0c54b2c commit 3ee80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lib/views/browser/generic_browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
default:
}
App.vent.trigger('settings:show');
curView ? $(curView).attr('style', 'border: 1px solid !important; animation: fadeBd .5s forwards; margin-left: 9px').focus().focusout(function() { this.removeAttribute('style') }) : null;
curView ? $(curView).attr('style', 'border: 1px solid !important; animation: fadeBd .5s forwards; margin-left: 9px').focus().focusout(function() { this.removeAttribute('style'); }) : null;
},

onlineSearchHov: function () {
Expand Down

0 comments on commit 3ee80fb

Please sign in to comment.