Explorar el Código

Ha! I forgot to remove debuggin stuff!
blank canvas for vultures!

Signed-off-by: Suki <[email protected]>

Suki hace 10 años
padre
commit
9423bb9aec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Sources/Profile-Modify.php

+ 1 - 1
Sources/Profile-Modify.php

@@ -800,7 +800,7 @@ function setupProfileContext($fields)
 	form_handle.addEventListener(\'submit\', function(event)
 	{
 		if (this.oldpasswrd.value == "")
-		{console.log(event);
+		{
 			event.preventDefault();
 			alert('. (JavaScriptEscape($txt['required_security_reasons'])) .');
 			return false;