From d23d91ae2f397ba5ca054b6f81503094d4db3afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xe=CC=81fir=20Destiny?= Date: Wed, 2 Oct 2013 16:46:52 +0200 Subject: [PATCH] Et hop, dernier commit --- js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/app.js b/js/app.js index 209045c..827ca83 100644 --- a/js/app.js +++ b/js/app.js @@ -15,7 +15,6 @@ function callRequest(action, section, message) { label.classList.add('label-warning'); label.innerHTML = 'Loading'; - message = typeof(message) !== 'undefined' ? message : 'FTP'; var xhr = new XMLHttpRequest(); xhr.open('POST', 'ajax.php'); xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded");