diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-12 14:34:48 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-12 14:34:48 -0500 |
| commit | 876e342d65038b2e33ec5f7d76433a0459d0d3b4 (patch) | |
| tree | 51c5b1bd12b8b5743c7ab15564aa2f94c9bab8d3 /www/js/MontageHistoryCtrl.js | |
| parent | 0ba365db07c8446b7b23670692284a4aa6a15296 (diff) | |
#716 add view=console to avoid redirect
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
| -rw-r--r-- | www/js/MontageHistoryCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 8a1927b3..a83d2ae3 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -534,7 +534,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc var req = qHttp({ method: 'POST', /*timeout: 15000,*/ - url: loginData.url + '/index.php', + url: loginData.url + '/index.php?view=console', headers: { 'Content-Type': 'application/x-www-form-urlencoded', //'Accept': '*/*', }, |
