From b46934fca942da38d536fd7d2f54fd3cb8ffbbfa Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 6 Sep 2017 16:22:24 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3body?= =?UTF-8?q?=E7=9A=84on=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/listen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/listen.js b/static/admin/listen.js index 543fc9f03..ac6a41630 100644 --- a/static/admin/listen.js +++ b/static/admin/listen.js @@ -14,7 +14,7 @@ define(['jquery', 'admin.plugs'], function () { /*! 定义当前body对象 */ - this.$body = $('.framework-body').add('.framework-topbar'); + this.$body = $('.framework-body').add('.framework-topbar').add('body'); /*! 注册 data-load 事件行为 */ this.$body.on('click', '[data-load]', function () {