diff --git a/URLDownloadToVar.ahk b/URLDownloadToVar.ahk index 60fa873..2439bed 100644 --- a/URLDownloadToVar.ahk +++ b/URLDownloadToVar.ahk @@ -7,7 +7,7 @@ URLDownloadToVar(url){ hObject.Send() } catch e { - MsgBox, 4096, Error, Failed to connect to:`n`n%url%`n`nAre you connected to the internet? Or is the website down?`n`nDisable Auto Update Check to disable this message. + ; MsgBox, 4096, Error, Failed to connect to:`n`n%url%`n`nAre you connected to the internet? Or is the website down?`n`nDisable Auto Update Check to disable this message. return "" }