1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Changed to save all assets in one folder

This commit is contained in:
Git Repository
2017-05-07 08:56:38 -07:00
parent 4c8c7c86d3
commit 5f5cd62bd9
2 changed files with 17 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="/assets/css/lib/bootstrap.min.css">
<link rel="stylesheet" href="/assets/bootstrap.min.css">
<style>
body {
overflow-y: scroll;
@@ -63,7 +63,7 @@
margin-bottom: 1em;
}
</style>
<link rel="stylesheet" href="/assets/css/lib/bootstrap-theme.min.css">
<link rel="stylesheet" href="/assets/bootstrap-theme.min.css">
</head>
<body>
@@ -191,8 +191,8 @@
</div>
</div>
<script src="/assets/js/lib/jquery.min.js"></script>
<script src="/assets/js/lib/bootstrap.min.js"></script>
<script src="/assets/jquery.min.js"></script>
<script src="/assets/bootstrap.min.js"></script>
<script>
var global_modal_state = null;