Carbon: fix var

pull/7243/head
wayne 2017-09-27 12:19:40 +08:00 committed by 杨奕
parent 05791606db
commit df8107ca49
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {