|
|
@@ -27,9 +27,8 @@
|
|
|
headElement.appendChild(scriptElement);
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
- <!-- jQuery, emojione -->
|
|
|
- <script src="https://cdn.jsdelivr.net/combine/npm/emojione@3.1.2,npm/jquery@3.3.1"></script>
|
|
|
+ <!-- jQuery, emojione, bootstrap -->
|
|
|
+ <script src="https://cdn.jsdelivr.net/combine/npm/emojione@3.1.2,npm/jquery@3.3.1,npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"></script>
|
|
|
<!-- highlight.js -->
|
|
|
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/highlight.min.js"></script>
|
|
|
<script src="https://cdn.jsdelivr.net/combine/
|