diff --git a/rhodecode/public/js/mode/vbscript/index.html b/rhodecode/public/js/mode/vbscript/index.html --- a/rhodecode/public/js/mode/vbscript/index.html +++ b/rhodecode/public/js/mode/vbscript/index.html @@ -23,10 +23,10 @@ Const ForReading = 1, ForWriting = 2, Fo Call Sub020_PostBroadcastToUrbanAirship(strUserName, strPassword, intTransmitID, strResponse) If Not IsNull(strResponse) AND Len(strResponse) = 0 Then - boolTransmitOkYN = False + boolTransmitOkYN = False Else - ' WScript.Echo "Oh Happy Day! Oh Happy DAY!" - boolTransmitOkYN = True + ' WScript.Echo "Oh Happy Day! Oh Happy DAY!" + boolTransmitOkYN = True End If @@ -39,4 +39,3 @@ End If
MIME types defined: text/vbscript.