diff --git a/public/assets/wechat/edit_class.html b/public/assets/wechat/edit_class.html
index 5953e046b..d6bc7e03c 100644
--- a/public/assets/wechat/edit_class.html
+++ b/public/assets/wechat/edit_class.html
@@ -3,9 +3,9 @@
管理课程
diff --git a/public/javascripts/wechat/controllers/edit_class.js b/public/javascripts/wechat/controllers/edit_class.js
index b5ee1a025..5f377e594 100644
--- a/public/javascripts/wechat/controllers/edit_class.js
+++ b/public/javascripts/wechat/controllers/edit_class.js
@@ -107,8 +107,4 @@ app.controller('EditClassController', ['$scope', '$http', 'auth', 'config', 'ale
}
- vm.fadeText = function () {
- $scope.change = true;
- }
-
}] );
\ No newline at end of file