From b46d9cf22c4c9c174a4da783a2995bcff42c92e7 Mon Sep 17 00:00:00 2001 From: Prathyush Date: Tue, 23 Dec 2014 20:49:00 +0000 Subject: [PATCH] Questionable change. Not so sure what the eventId and submit tags are using there, but seems to be working fine with those left out. --- ncl-connect.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ncl-connect.js b/ncl-connect.js index 3d12edc..78f6610 100644 --- a/ncl-connect.js +++ b/ncl-connect.js @@ -19,8 +19,9 @@ exports.login = function(url, user, callback) form: { j_username: user.id, j_password: user.pass, - _eventId: 'submit', - submit: 'LOGIN' + /* Seems to be working without these */ + //_eventId: 'submit', + //submit: 'LOGIN' } }, onGatewayResponse);