diff --git a/header.php b/header.php
index a850444..1d0177f 100644
--- a/header.php
+++ b/header.php
@@ -72,8 +72,8 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) { //is IE?
-
diff --git a/options.php b/options.php
index 9028452..066e323 100644
--- a/options.php
+++ b/options.php
@@ -714,28 +714,7 @@ function optionsframework_options() {
'id' => 'qiniu_cdn',
'std' => '',
'type' => 'text');
- /*
- $options[] = array(
- 'name' => __('Adobe Typekit ID 1', 'options_framework_theme'),
- 'desc' => __('加载 Adobe 字体,填写的是 js 文件名,请把这页七个字体都加入到你的 kit。免费账号有每月 2,5000 PV 的使用限制,可注册多个ID,每次随机选择一个调用,如果访问量没那么高,那么填这里第一个就OK了', 'options_framework_theme'),
- 'id' => 'adobe_id_1',
- 'std' => '',
- 'type' => 'text');
-
- $options[] = array(
- 'name' => __('Adobe Typekit ID 2', 'options_framework_theme'),
- 'desc' => __('可留空,如果仅填前两个ID,那么随机到此 ID 的概率是1/3,随机到 ID 1 的概率是2/3', 'options_framework_theme'),
- 'id' => 'adobe_id_2',
- 'std' => '',
- 'type' => 'text');
-
- $options[] = array(
- 'name' => __('Adobe Typekit ID 3', 'options_framework_theme'),
- 'desc' => __('可留空,如果三个都填写,那么三个 ID 随机调用,概率各为 1/3', 'options_framework_theme'),
- 'id' => 'adobe_id_3',
- 'std' => '',
- 'type' => 'text');
- */
+
$options[] = array(
'name' => __('开启 jsDelivr 测试?', 'options_framework_theme'),
'desc' => __('如不清楚什么意思切勿勾选!', 'options_framework_theme'),