diff options
author | Wu Cheng-Han | 2015-07-11 12:02:27 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-07-11 12:02:27 +0800 |
commit | 4702b83adc35f384e214a2a6e9199d08e4494093 (patch) | |
tree | b6db1387f2a33f83630015c204b3c61e21243386 /public/index.html | |
parent | 04eef71b1164c31fd570c938d26dc1d7fd08ab9b (diff) |
Revert index.html select2 cdn back to own server, because we using an older version of it
Diffstat (limited to '')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 7d5cb17d..829c0446 100644 --- a/public/index.html +++ b/public/index.html @@ -17,8 +17,8 @@ <!-- Bootstrap core CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> - <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2.min.css"> - <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2-bootstrap.min.css`"> + <link rel="stylesheet" href="/vendor/select2/select2.css"> + <link rel="stylesheet" href="/vendor/select2/select2-bootstrap.css"> <!-- Custom styles for this template --> <link rel="stylesheet" href="/css/cover.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css"> |