From 970744464dfff4764075f1339cfc5054853c6489 Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 18 Jul 2019 16:33:01 +0200 Subject: [PATCH] Added jqueryui to home.php, now required from AjaxLib.js --- application/views/home.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/views/home.php b/application/views/home.php index d00b98f81..79669dd88 100644 --- a/application/views/home.php +++ b/application/views/home.php @@ -3,6 +3,7 @@ $this->load->view('templates/FHC-Header', array( 'title' => 'FH-Complete', 'jquery' => true, + 'jqueryui' => true, 'bootstrap' => true, 'fontawesome' => true, 'sbadmintemplate' => true,