Skip to content

Commit

Permalink
Merge pull request #2218 from popcorn-time-ru/pre-reliase
Browse files Browse the repository at this point in the history
Pre-release
  • Loading branch information
kiriles90 committed Jun 21, 2021
2 parents fd0b3e5 + 3ee80fb commit 6f3b2f0
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 6f3b2f0

Please sign in to comment.