We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba0e84 commit c50566cCopy full SHA for c50566c
samples/ui-kit-place-search-text-compact/index.html
@@ -9,7 +9,8 @@
9
<head>
10
<title>Places UI Kit: Place (text) search with Place Details Compact</title>
11
<meta charset="utf-8">
12
- <link rel="stylesheet" type="text/css" href="style.css">
+ <link rel="stylesheet" type="text/css" href="./style.css" />
13
+ <script type="module" src="./index.js"></script>
14
</head>
15
<body>
16
<div id="map-container"></div>
@@ -38,7 +39,6 @@
38
39
v: "alpha"
40
});
41
</script>
- <script type="text/JavaScript" src="app.js"></script>
42
</body>
43
</html>
44
<!--[END maps_ui_kit_place_search_text_compact] -->
…/ui-kit-place-search-text-compact/app.ts …i-kit-place-search-text-compact/index.tssamples/ui-kit-place-search-text-compact/app.ts renamed to samples/ui-kit-place-search-text-compact/index.ts
0 commit comments