From 54f2fd8e8d373ac04bef55e92d1e1dd075b1926b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 8 Nov 2015 15:14:30 +1300 Subject: Get rid of missing page error --- web/app/view/Login.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/app/view/Login.js b/web/app/view/Login.js index e60514d75..14a3fa41f 100644 --- a/web/app/view/Login.js +++ b/web/app/view/Login.js @@ -34,8 +34,8 @@ Ext.define('Traccar.view.Login', { autoEl: { tag: 'form', - method: 'POST', - action: 'blank', + method: 'GET', + action: 'favicon.ico', target: 'submitTarget' }, -- cgit v1.2.3