Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
188b21dd
Commit
188b21dd
authored
Sep 04, 2015
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump bootstrap to 3.3.5 and jquery to 1.11.3 on the admin
parent
0cf56e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.html
management/templates/index.html
+4
-4
No files found.
management/templates/index.html
View file @
188b21dd
...
...
@@ -9,7 +9,7 @@
<meta
name=
"robots"
content=
"noindex, nofollow"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
0
/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
5
/css/bootstrap.min.css"
>
<style>
@import
url(https://fonts.googleapis.com/css?family=Raleway:400,700)
;
@import
url(https://fonts.googleapis.com/css?family=Ubuntu:300)
;
...
...
@@ -70,7 +70,7 @@
margin-bottom
:
1em
;
}
</style>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
0
/css/bootstrap-theme.min.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
5
/css/bootstrap-theme.min.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"
>
</head>
<body>
...
...
@@ -199,8 +199,8 @@
</div>
</div>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
0
/js/bootstrap.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
3
/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
5
/js/bootstrap.min.js"
></script>
<script>
var
global_modal_state
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment