From 38b4042c5aab8cc32342a0563b9e2bd40b5e2e47 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 30 Aug 2023 19:51:52 +0800 Subject: [PATCH] Update msonedrive.js --- plugins/msonedrive/js/msonedrive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/msonedrive/js/msonedrive.js b/plugins/msonedrive/js/msonedrive.js index 205de67b5..929a63468 100644 --- a/plugins/msonedrive/js/msonedrive.js +++ b/plugins/msonedrive/js/msonedrive.js @@ -114,7 +114,7 @@ function authApi(){ shadeClose: false, content:apicon, success:function(layero,index){ - console.log(layero,index); + // console.log(layero,index); if (!rdata.status){ $('.check_api .step_two_url').val(rdata.data['auth_url']); $('.check_api .open_btlink').attr('href',rdata.data['auth_url']);