diff --git a/theme/classic.html b/theme/classic.html
index 5e4cd63..c701c96 100644
--- a/theme/classic.html
+++ b/theme/classic.html
@@ -535,7 +535,7 @@
//alert(document.URL+'\n'+document.location+'\n'+self.location.href+'\n'+window.location.href);
var urlStr = String(document.location);
var api_key = "your_api_key_for_reurl_cc";
- if(api_key == "" || api_key == "your_api_key_for_reurl_cc")
+ if(api_key == "")
{
alert("网站并没有启用短链接生成功能.");
return;