diff --git a/function/heroku.php b/function/heroku.php index ecfcc44..e3b6771 100644 --- a/function/heroku.php +++ b/function/heroku.php @@ -178,8 +178,8 @@ function_name:' . $_SERVER['function_name'] . '
$app_url = "https://apps.dev.microsoft.com/?deepLink=".urlencode($deepLink); $html = '
- '.getconstStr('OnedriveDiskTag').':
- '.getconstStr('OnedriveDiskName').':
+ '.getconstStr('OnedriveDiskTag').':
+ '.getconstStr('OnedriveDiskName').':
Onedrive_Ver:


@@ -187,7 +187,7 @@ function_name:' . $_SERVER['function_name'] . '

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