mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-17 21:38:10 -04:00
style: fix ESLint no-return-assign
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user