switch to fomantic-ui (#9374)

This commit is contained in:
techknowlogick 2019-12-17 16:34:11 -05:00 committed by GitHub
commit 590d56dbb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
68 changed files with 105598 additions and 3541 deletions

View file

@ -117,7 +117,7 @@
<script src="{{StaticUrlPrefix}}/vendor/plugins/vue/vue.min.js"></script>
<!-- JavaScript -->
<script src="{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.js"></script>
<script src="{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.js?v={{MD5 AppVer}}"></script>
<script src="{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}"></script>
{{if .EnableHeatmap}}
<script src="{{StaticUrlPrefix}}/vendor/plugins/moment/moment.min.js" charset="utf-8"></script>