mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Format files to adhere to editorconfig (#7977)
This commit is contained in:
@@ -145,7 +145,7 @@ angular.module('habitrpg')
|
||||
|
||||
// when a tab is closed, connect the next one
|
||||
// wait between 100 and 500ms to avoid two tabs connecting at the same time
|
||||
// window.addEventListener('storage', function(e) {
|
||||
// window.addEventListener('storage', function(e) {
|
||||
// if (e.key === tabIdKey && e.newValue === null) {
|
||||
// setTimeout(function () {
|
||||
// if (!localStorage.getItem(tabIdKey)) {
|
||||
@@ -153,7 +153,7 @@ angular.module('habitrpg')
|
||||
// }
|
||||
// }, Math.floor(Math.random() * 501) + 100);
|
||||
// }
|
||||
// });
|
||||
// });
|
||||
});
|
||||
|
||||
return api;
|
||||
|
||||
Reference in New Issue
Block a user