Skip to content

Commit db65da3

Browse files
committed
version 3.22 update
1 parent 4ca0dbf commit db65da3

File tree

5 files changed

+1434
-1389
lines changed

5 files changed

+1434
-1389
lines changed

css/theme/menubar.css

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
}
8585
#panelTop {
8686
width: auto;
87+
min-width: 270px;
8788
}
8889
.no-search #panelContent {
8990
bottom: 10px;

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<meta name="apple-mobile-web-app-capable" content="yes">
1212
<meta name="apple-mobile-web-app-status-bar-style" content="default">
1313
<!-- End Responsive -->
14-
<link rel="stylesheet" href="https://js.arcgis.com/3.21/esri/themes/calcite/dijit/calcite.css">
14+
<link rel="stylesheet" href="https://js.arcgis.com/3.22/esri/themes/calcite/dijit/calcite.css">
1515

16-
<link rel="stylesheet" href="https://js.arcgis.com/3.21/esri/css/esri.css">
16+
<link rel="stylesheet" href="https://js.arcgis.com/3.22/esri/css/esri.css">
1717
<!-- build:css -->
1818
<link rel="stylesheet" href="css/styles.css">
1919
<!-- endbuild -->
@@ -116,7 +116,7 @@ <h2 id="modalTitle" class="dialog-modal"></h2>
116116
return (false);
117117
}
118118
</script>
119-
<script type="text/javascript" src="https://js.arcgis.com/3.21/"></script>
119+
<script type="text/javascript" src="https://js.arcgis.com/3.22/"></script>
120120
<script type="text/javascript">
121121
require([
122122
"config/templateConfig",
@@ -150,4 +150,4 @@ <h2 id="modalTitle" class="dialog-modal"></h2>
150150
</script>
151151
</body>
152152

153-
</html>
153+
</html>

0 commit comments

Comments
 (0)