Skip to content

Commit

Permalink
add flat theme and cmv overrides to index.html.
Browse files Browse the repository at this point in the history
update Esri JS API to upcoming version 3.18.
update Font-Awesome to version 4.6.3
  • Loading branch information
tmcgee committed Sep 10, 2016
1 parent 16a348e commit 2a38ceb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
<meta name="author" content="cmv.io">
<link rel="shortcut icon" href="./favicon.png">
<title>Configurable Map Viewer</title>
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.17compact/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.18compact/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="css/theme/dbootstrap/dbootstrap.css">
<link rel="stylesheet" type="text/css" href="css/cmv-theme-overrides.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body class="dbootstrap">
<body class="cmv dbootstrap">
<div class="appHeader">
<div class="headerLogo">
<img alt="logo" src="images/rocket-logo.png" height="54" />
Expand Down Expand Up @@ -49,7 +50,7 @@
<!--[if lt IE 9]>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>
<![endif]-->
<script src="https://js.arcgis.com/3.17compact/"></script>
<script src="https://js.arcgis.com/3.18compact/"></script>
<script src="js/config/app.js"></script>
</body>
</html>

0 comments on commit 2a38ceb

Please sign in to comment.