mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 11:17:33 +01:00
fixed lgtm recommendation
This commit is contained in:
parent
effffddd8d
commit
6cc29f041c
@ -9,7 +9,7 @@ navigator.geolocation.getCurrentPosition = function(success, failure, options) {
|
|||||||
reportedPositionFailures = 0;
|
reportedPositionFailures = 0;
|
||||||
success(geoposition);
|
success(geoposition);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
if (window.Storage){
|
if (window.Storage){
|
||||||
var prefix = GBjs.getAppLocalstoragePrefix();
|
var prefix = GBjs.getAppLocalstoragePrefix();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user