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})$/;