nav tabs on admin dashboard
This commit is contained in:
7
node_modules/webpack/buildin/global.js
generated
vendored
7
node_modules/webpack/buildin/global.js
generated
vendored
@@ -7,11 +7,10 @@ g = (function() {
|
||||
|
||||
try {
|
||||
// This works if eval is allowed (see CSP)
|
||||
g = g || Function("return this")() || (1,eval)("this");
|
||||
} catch(e) {
|
||||
g = g || new Function("return this")();
|
||||
} catch (e) {
|
||||
// This works if the window reference is available
|
||||
if(typeof window === "object")
|
||||
g = window;
|
||||
if (typeof window === "object") g = window;
|
||||
}
|
||||
|
||||
// g can still be undefined, but nothing to do about it...
|
||||
|
||||
Reference in New Issue
Block a user