summaryrefslogtreecommitdiff
path: root/js/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/common.js')
-rwxr-xr-xjs/common.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/common.js b/js/common.js
index f3fcdd905..1c9a0453c 100755
--- a/js/common.js
+++ b/js/common.js
@@ -140,7 +140,6 @@ String.prototype.stripTags = function() {
}
/* exported xhr */
-
const xhr = {
post: function(url, params = {}, complete = undefined) {
console.log('xhr.post', '>>>', params);