diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-09-02 22:51:22 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-09-02 22:51:22 -0400 |
commit | 884b1111fabf1b06470eb36836bb13d74a0b93bd (patch) | |
tree | 48cd2c958c1c6f3e7db54a4a6da6dc8bb6ca0b05 /tests | |
parent | ba999ebb819140011194b622cdad48b52a67a91e (diff) |
rename bootswatch assets to custom to reduce confusion
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 2 | ||||
-rw-r--r-- | tests/thumbnail.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/components.html b/tests/components.html index dcd7ac8a..3d7cc937 100644 --- a/tests/components.html +++ b/tests/components.html @@ -2900,7 +2900,7 @@ <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script> - <script src="../assets/js/bootswatch.js"></script> + <script src="../assets/js/custom.js"></script> <script> $('[data-toggle=popover], .popover-test').popover(); diff --git a/tests/thumbnail.html b/tests/thumbnail.html index b8e3f3fb..af8a7876 100644 --- a/tests/thumbnail.html +++ b/tests/thumbnail.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="stylesheet" href="../default/bootstrap.css" media="screen" id="stylesheet"> - <link rel="stylesheet" href="../assets/css/bootswatch.min.css"> + <link rel="stylesheet" href="../assets/css/custom.min.css"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="../bower_components/html5shiv/dist/html5shiv.js"></script> |