Commit df8107ca authored by wayne's avatar wayne Committed by 杨奕

Carbon: fix var

parent 05791606
...@@ -342,7 +342,7 @@ ...@@ -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 = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment