This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-03-03 15:17:43 -04:00
parent 207c7a9cf4
commit b7d37ca3fb
4 changed files with 28 additions and 17 deletions

View File

@@ -75,4 +75,7 @@ $(window).load(function () {
form.submit();
return false;
};
if (triggerDebug === true) {
showdebug();
}
});