Skip to content

Commit f1668d6

Browse files
authored
Update index.html
[smarcet] * fixed duplicated bar * update base url
1 parent 7f73b77 commit f1668d6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

example/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
</head>
1010
<body>
1111
<h1>Embedded widget test</h1>
12-
<div class="openstack-search-bar" data-baseUrl="devbranch.search.openstack.org" data-context="www-openstack"></div>
13-
<div class="openstack-search-bar" data-baseUrl="devbranch.search.openstack.org" data-context="www-openstack"></div>
12+
<div class="openstack-search-bar" data-baseUrl="search.openstack.org" data-context="www-openstack"></div>
1413
<script>
1514
(function (window, document) {
1615
var loader = function () {
@@ -28,4 +27,4 @@ <h1>Embedded widget test</h1>
2827

2928
</script>
3029
</body>
31-
</html>
30+
</html>

0 commit comments

Comments
 (0)