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

Carbon: fix var

parent 05791606
......@@ -342,7 +342,7 @@
this.renderAnchorHref();
this.goAnchor();
const intrigued = localStorage.getItem('CARBON_TEASER');
const intrigued = localStorage.getItem('CARBON_TEASER_V2');
if (!intrigued) {
const img = new Image();
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