Skip to content

Commit cfa79cc

Browse files
authored
Possible fix for issue discussed in #5
1 parent 8fbc0fa commit cfa79cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latealways_patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ window.latealways_patch = {
384384
};
385385
currentDevice = device_ret
386386
events.onDeviceAdded.forEach(e => e(device_ret));
387-
setTimeout(() => angular.element("#refresh").controller().refresh(), 500);
388387

389388
return device
390389
})
@@ -454,3 +453,4 @@ document.addEventListener("DOMContentLoaded", (event) => {
454453
return oldHandleDrop(newe);
455454
})
456455
});
456+

0 commit comments

Comments
 (0)