From be3d12f145fefdb9aceef35bef0fb8d093e159a0 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 23 Feb 2020 14:05:19 +0800 Subject: [PATCH] Update normal.php --- function/normal.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/function/normal.php b/function/normal.php index 43e9cd1..7d0bc0b 100644 --- a/function/normal.php +++ b/function/normal.php @@ -190,8 +190,8 @@ Can not write config to file.
$app_url = "https://apps.dev.microsoft.com/?deepLink=".urlencode($deepLink); $html = '
- '.getconstStr('OnedriveDiskTag').':
- '.getconstStr('OnedriveDiskName').':
+ '.getconstStr('OnedriveDiskTag').':
+ '.getconstStr('OnedriveDiskName').':
Onedrive_Ver:


@@ -199,7 +199,7 @@ Can not write config to file.

@@ -208,7 +208,7 @@ Can not write config to file.
function notnull(t) { if (t.disktag_add.value==\'\') { - alert(\'input Disk Tag\'); + alert(\'Input Disk Tag\'); return false; } var reg = /^[a-zA-Z]([-_a-zA-Z0-9]{1,20})$/;