From 8fcbd1c1df31acff711c6180c905c167fc0dd1b7 Mon Sep 17 00:00:00 2001 From: IT Date: Tue, 29 Oct 2019 04:36:06 -0400 Subject: [PATCH 1/2] update project --- html/js/bco_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/bco_editor.js b/html/js/bco_editor.js index 4a19707..ee94063 100755 --- a/html/js/bco_editor.js +++ b/html/js/bco_editor.js @@ -4,7 +4,7 @@ var pageId = ""; var bcoId = ""; var path = '' var isDataEdited = false; -var rootUrl = '/dev'; +var rootUrl = '/bco_editor'; var rootPath = '/dev'; //////////////////////////////// From 900dd0d4626eb958544b5ba89dbad531961482b3 Mon Sep 17 00:00:00 2001 From: itsolution-git Date: Thu, 7 Nov 2019 11:48:38 -0500 Subject: [PATCH 2/2] update footer css with contact us --- html/css/bco_editor.css | 5 +++++ html/index.html | 1 + 2 files changed, 6 insertions(+) diff --git a/html/css/bco_editor.css b/html/css/bco_editor.css index 04ec964..53a9a28 100755 --- a/html/css/bco_editor.css +++ b/html/css/bco_editor.css @@ -4,6 +4,11 @@ body { padding-bottom: 20px; } +footer { + display: flex; + justify-content: space-between; +} + .searchboxcn{ min-height:50px; width:90%; diff --git a/html/index.html b/html/index.html index 1607bf4..83802d8 100755 --- a/html/index.html +++ b/html/index.html @@ -89,6 +89,7 @@

© 2018 - BioCompute. All rights reserved.

+ Contact Us