From 064effe3bfc5b480e65a3b801c3e6d3eedbd68db Mon Sep 17 00:00:00 2001 From: esp Date: Tue, 25 Aug 2015 14:19:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=89=8D=E7=AB=AF]=E5=8E=BB=E6=8E=89joinGroup?= =?UTF-8?q?Request.js=E9=87=8C=E9=94=99=E8=AF=AF=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96,=E6=97=A7=E7=9A=84formvalidator=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E8=A2=AB=E5=88=A0=E6=8E=89=E4=BA=86~[CI=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/js/app/admin/group/joinGroupRequestList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/js/app/admin/group/joinGroupRequestList.js b/static/src/js/app/admin/group/joinGroupRequestList.js index e565aad..8b9859a 100644 --- a/static/src/js/app/admin/group/joinGroupRequestList.js +++ b/static/src/js/app/admin/group/joinGroupRequestList.js @@ -1,4 +1,4 @@ -require(["jquery", "avalon", "csrfToken", "bsAlert", "formValidation"], function ($, avalon, csrfTokenHeader, bsAlert) { +require(["jquery", "avalon", "csrfToken", "bsAlert"], function ($, avalon, csrfTokenHeader, bsAlert) { // avalon:定义模式 group_list avalon.ready(function () {