diff options
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/head.ejs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs index 795665b4..5862e87c 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -14,14 +14,17 @@ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css"> +<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.2/css/bootstrap3/bootstrap-switch.min.css"> <% } else { %> <link rel="stylesheet" href="/vendor/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/css/bootstrap-social.css"> +<link rel="stylesheet" href="/vendor/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.min.css"> <% } %> <link rel="stylesheet" href="/vendor/jquery-ui/jquery-ui.min.css"> <link rel="stylesheet" href="/vendor/codemirror/lib/codemirror.css"> <link rel="stylesheet" href="/vendor/codemirror/addon/fold/foldgutter.css"> +<link rel="stylesheet" href="/vendor/codemirror/addon/display/fullscreen.css"> <link rel="stylesheet" href="/vendor/codemirror/addon/dialog/dialog.css"> <link rel="stylesheet" href="/vendor/codemirror/addon/scroll/simplescrollbars.css"> <link rel="stylesheet" href="/vendor/codemirror/addon/search/matchesonscrollbar.css"> |