Browse Source
Merge pull request #23008 from abpframework/auto-merge/rel-9-2/3767
Merge branch dev with rel-9.2
pull/23013/head
maliming
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
npm/packs/core/src/abp.js
|
|
|
@ -832,7 +832,7 @@ var abp = abp || {}; |
|
|
|
abp.clock.trySetBrowserTimeZoneToCookie = true; |
|
|
|
|
|
|
|
abp.clock.setBrowserTimeZoneToCookie = function () { |
|
|
|
if (!abp.clock.trySetBrowserTimeZoneToCookie || !abp.clock.supportsMultipleTimezone() || abp.currentUser.isAuthenticated) { |
|
|
|
if (!abp.clock.trySetBrowserTimeZoneToCookie || !abp.clock.supportsMultipleTimezone()) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
|