From ca452bcc369feb4c0564c1eba534c9b57aea9645 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 23 Feb 2020 14:05:38 +0800 Subject: [PATCH] Update scf.php --- function/scf.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/function/scf.php b/function/scf.php index 2fbcd29..f2556e7 100644 --- a/function/scf.php +++ b/function/scf.php @@ -204,8 +204,8 @@ namespace:' . $_SERVER['namespace'] . '
$app_url = "https://apps.dev.microsoft.com/?deepLink=".urlencode($deepLink); $html = '
- '.getconstStr('OnedriveDiskTag').':
- '.getconstStr('OnedriveDiskName').':
+ '.getconstStr('OnedriveDiskTag').':
+ '.getconstStr('OnedriveDiskName').':
Onedrive_Ver:


@@ -213,7 +213,7 @@ namespace:' . $_SERVER['namespace'] . '

@@ -222,7 +222,7 @@ namespace:' . $_SERVER['namespace'] . '
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})$/;