From df2a8aeac2d23321dba5fe4fe1e8fba533b6330e Mon Sep 17 00:00:00 2001 From: Pavel Pavlov Date: Tue, 31 Dec 2013 04:15:34 +0400 Subject: [PATCH] Fixes #236 Javascript bug, delete build error --- PHPCI/View/BuildsTable.phtml | 2 +- PHPCI/View/Home/index.phtml | 4 +++- PHPCI/View/User/index.phtml | 2 +- PHPCI/View/layout.phtml | 1 + public/assets/js/init.js | 36 ++++++++++++++++++++++++++++++++++++ 5 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 public/assets/js/init.js diff --git a/PHPCI/View/BuildsTable.phtml b/PHPCI/View/BuildsTable.phtml index 09cdd09b..d2cdc736 100644 --- a/PHPCI/View/BuildsTable.phtml +++ b/PHPCI/View/BuildsTable.phtml @@ -73,7 +73,7 @@ switch($build->getStatus()) diff --git a/PHPCI/View/Home/index.phtml b/PHPCI/View/Home/index.phtml index 5e48573c..791888ea 100644 --- a/PHPCI/View/Home/index.phtml +++ b/PHPCI/View/Home/index.phtml @@ -60,7 +60,9 @@ +