summaryrefslogtreecommitdiff
path: root/js/common.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 11:28:14 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 11:28:14 +0300
commitbb4e4282f46824308aebc2eaeac29fa29f8687ad (patch)
tree8355547f2cf4baefc4a41146d27dcbd3240f724a /js/common.js
parent6b43b788d909ce20f07f29f9f3ccd2f6a8715616 (diff)
migrate a bunch of xhrPost invocations
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);