fix sending 'cv' cursor visible flag

This commit is contained in:
2017-01-26 04:46:34 +01:00
parent 1a33084041
commit 78c2f9ee52
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -574,9 +574,6 @@
query = serializeData(opts.data);
}
console.log(opts);
console.log(query);
if (query && (method === 'GET')) {
url += (url.indexOf('?') === -1) ? '?' + query : '&' + query;
query = null;