1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 10:54:03 +02:00

fixed lgtm recommendation

This commit is contained in:
cpfeiffer 2018-11-02 00:10:52 +01:00
parent effffddd8d
commit 6cc29f041c

View File

@ -9,7 +9,7 @@ navigator.geolocation.getCurrentPosition = function(success, failure, options) {
reportedPositionFailures = 0;
success(geoposition);
}
}
};
if (window.Storage){
var prefix = GBjs.getAppLocalstoragePrefix();