mirror of https://github.com/ElemeFE/element
Carbon: fix var
parent
05791606db
commit
df8107ca49
|
@ -342,7 +342,7 @@
|
||||||
this.renderAnchorHref();
|
this.renderAnchorHref();
|
||||||
this.goAnchor();
|
this.goAnchor();
|
||||||
|
|
||||||
const intrigued = localStorage.getItem('CARBON_TEASER');
|
const intrigued = localStorage.getItem('CARBON_TEASER_V2');
|
||||||
if (!intrigued) {
|
if (!intrigued) {
|
||||||
const img = new Image();
|
const img = new Image();
|
||||||
img.onload = () => {
|
img.onload = () => {
|
||||||
|
|
Loading…
Reference in New Issue