mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 825608 - Sets accessTokenDate to the result of the pref; r=jdm
This commit is contained in:
parent
e63483552d
commit
23d9a7d741
@ -174,7 +174,7 @@ WifiGeoPositionProvider.prototype = {
|
||||
if (this.lastRequestPrivate) {
|
||||
accessTokenDate = gPrivateAccessTime;
|
||||
} else {
|
||||
Services.prefs.getIntPref(accessTokenPrefName + ".time");
|
||||
accessTokenDate = Services.prefs.getIntPref(accessTokenPrefName + ".time");
|
||||
}
|
||||
|
||||
let accessTokenInterval = 1209600; // seconds in 2 weeks
|
||||
|
Loading…
Reference in New Issue
Block a user