Skip to content

Commit 50ffa5e

Browse files
author
Steve
committed
Updated to latest stable Bootstrap and JQuery.
1 parent bd7c93e commit 50ffa5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homemon-server/views/layout.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ html
44
block head
55
block title
66
title HomeMon - #{title}
7-
link(rel='stylesheet', href='http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css')
7+
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css')
88
link(rel='stylesheet', href='/custom.css')
99
link(rel='stylesheet', href='/sortable/sortable-theme-bootstrap.css')
1010
| <style>
1111
| body { padding-top: 60px; }
1212
| </style>
13-
script(src='http://code.jquery.com/jquery.js')
14-
script(src='http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js')
13+
script(src='https://code.jquery.com/jquery-3.1.1.min.js')
14+
script(src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js')
1515
script(src='/sortable/sortable.min.js')
1616
body
1717
include header

0 commit comments

Comments
 (0)