diff --git a/e_lib/select2/select2-bootstrap4.css b/e_lib/select2/select2-bootstrap4.css
index 9cde3c28..ea8cc86e 100644
--- a/e_lib/select2/select2-bootstrap4.css
+++ b/e_lib/select2/select2-bootstrap4.css
@@ -1,5 +1,5 @@
/* select2-bootstrap4 with Darkly */
-.select2-container--bootstrap4 { display: block; color: black; }
+.select2-container--bootstrap4 { color: black; }
.select2-container--bootstrap4 .select2-selection { background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; color: #495057; font-size: 1rem; outline: 0; }
diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php
index 5e24ca2b..db85da77 100644
--- a/hwe/b_currentCity.php
+++ b/hwe/b_currentCity.php
@@ -35,8 +35,12 @@ $templates = new \League\Plates\Engine('templates');
=WebUtil::printJS('../e_lib/jquery-3.3.1.min.js')?>
=WebUtil::printJS('../e_lib/bootstrap.bundle.min.js')?>
+=WebUtil::printJS('../e_lib/select2/select2.full.min.js')?>
=WebUtil::printJS('js/common.js')?>
+=WebUtil::printJS('js/currentCity.js')?>
=WebUtil::printCSS('../e_lib/bootstrap.min.css')?>
+=WebUtil::printCSS('../e_lib/select2/select2.min.css')?>
+=WebUtil::printCSS('../e_lib/select2/select2-bootstrap4.css')?>
=WebUtil::printCSS('../d_shared/common.css')?>
=WebUtil::printCSS('css/common.css')?>