@abp/core
Advanced tools
Comparing version
{ | ||
"version": "9.2.0", | ||
"version": "9.3.0-rc.1", | ||
"name": "@abp/core", | ||
@@ -13,3 +13,3 @@ "repository": { | ||
"dependencies": { | ||
"@abp/utils": "~9.2.0" | ||
"@abp/utils": "~9.3.0-rc.1" | ||
}, | ||
@@ -16,0 +16,0 @@ "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", |
@@ -7,3 +7,5 @@ var abp = abp || {}; | ||
//Current application root path (including virtual directory if exists). | ||
abp.appPath = abp.appPath || '/'; | ||
var baseElement = document.querySelector('base'); | ||
var baseHref = baseElement ? baseElement.getAttribute('href') : null; | ||
abp.appPath = baseHref || abp.appPath || '/'; | ||
@@ -834,3 +836,3 @@ abp.pageLoadTime = new Date(); | ||
abp.clock.setBrowserTimeZoneToCookie = function () { | ||
if (!abp.clock.trySetBrowserTimeZoneToCookie || !abp.clock.supportsMultipleTimezone() || abp.currentUser.isAuthenticated) { | ||
if (!abp.clock.trySetBrowserTimeZoneToCookie || !abp.clock.supportsMultipleTimezone()) { | ||
return; | ||
@@ -837,0 +839,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32191
0.36%740
0.27%1
Infinity%+ Added
- Removed
Updated