From f06a592dd1a7e995bf313ccb5efe7dff73ccfc4e Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 12 四月 2023 18:25:52 +0800 Subject: [PATCH] 增加本地获取IP归属地/广告优化 --- src/main/webapp/js/jquery-ui-1.11.4/jquery-ui.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/js/jquery-ui-1.11.4/jquery-ui.js b/src/main/webapp/js/jquery-ui-1.11.4/jquery-ui.js index 31ee9cd..a94e4a4 100644 --- a/src/main/webapp/js/jquery-ui-1.11.4/jquery-ui.js +++ b/src/main/webapp/js/jquery-ui-1.11.4/jquery-ui.js @@ -10748,7 +10748,7 @@ upAnim, downAnim, - // we will need to re-assemble the queue to stack our animations in place + // we will need to re-assemble the mq to stack our animations in place queue = el.queue(), queuelen = queue.length; @@ -11581,7 +11581,7 @@ done(); }); - // We just queued up "anims" animations, we need to put them next in the queue + // We just queued up "anims" animations, we need to put them next in the mq if ( queuelen > 1 ) { queue.splice.apply( queue, [ 1, 0 ].concat( queue.splice( queuelen, anims + 1 ) ) ); @@ -11619,7 +11619,7 @@ animation2 = {}, i, - // we will need to re-assemble the queue to stack our animations in place + // we will need to re-assemble the mq to stack our animations in place queue = el.queue(), queuelen = queue.length; -- Gitblit v1.8.0