From c6529b68326486de8b40335cac8a2b2a21387ea7 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 30 Jul 2014 14:32:38 +0100 Subject: [PATCH] Adding handling of HTTP 401 status codes in Ajax requests. Fixes #504 --- PHPCI/View/Home/index.phtml | 22 +++++++++++--- PHPCI/View/Project/view.phtml | 11 ++++++- public/assets/js/phpci.js | 54 ++++++++++++++++++++++++----------- 3 files changed, 66 insertions(+), 21 deletions(-) diff --git a/PHPCI/View/Home/index.phtml b/PHPCI/View/Home/index.phtml index a103b413..bcac0775 100644 --- a/PHPCI/View/Home/index.phtml +++ b/PHPCI/View/Home/index.phtml @@ -66,12 +66,26 @@