mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-08-04 05:24:08 +00:00
style: fix ESLint no-return-assign
This commit is contained in:
parent
d5bf7674ff
commit
dbd380332c
1 changed files with 1 additions and 1 deletions
|
|
@ -1693,7 +1693,7 @@ window.PrivateBin = (function () {
|
|||
*/
|
||||
me.init = function () {
|
||||
// update link to home page
|
||||
document.querySelectorAll('.reloadlink').forEach(link => link.href = Helper.baseUri());
|
||||
document.querySelectorAll('.reloadlink').forEach(link => (link.href = Helper.baseUri()));
|
||||
|
||||
window.addEventListener('popstate', historyChange);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue