commit | 4f39bcd8b73468192c538e449efae7aa82445662 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Thu Dec 18 20:46:14 2014 -0800 |
committer | Simon Hunt <simon@onlab.us> | Thu Dec 18 21:31:00 2014 -0800 |
tree | 74ba43c3af6b2c4e9e6865be37fc6371e0d50ca8 | |
parent | dc6362aaef432da777ee724677b10e136ef504f1 [diff] [blame] |
GUI -- implemented Theme Service. - moved body class handling into Theme Service, (out of Key Service). Change-Id: Ied0d22523fec36cadef8b9669194089585f73959
diff --git a/web/gui/src/main/webapp/app/index.html b/web/gui/src/main/webapp/app/index.html index 14a029f..7699630 100644 --- a/web/gui/src/main/webapp/app/index.html +++ b/web/gui/src/main/webapp/app/index.html
@@ -35,6 +35,7 @@ <script src="fw/util/util.js"></script> <script src="fw/util/fn.js"></script> + <script src="fw/util/theme.js"></script> <script src="fw/util/keys.js"></script> <script src="fw/mast/mast.js"></script>