mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
fixed lgtm recommendation
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user