From 827f65abaaadf8a62518ba629f2e056de85c149a Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 4 Mar 2019 11:46:09 -0500 Subject: #786 fix POST bug on mobile --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 9e9b61ad..580cfdaa 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -2324,7 +2324,7 @@ angular.module('zmApp', [ var d = $q.defer(); var options = { method: method, - data: arguments[0].data, + data: arguments[0].data || {}, headers: arguments[0].headers, // timeout: arguments[0].timeout, responseType: arguments[0].responseType -- cgit v1.2.3