Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add license header to js files and update dropdown width
Browse files Browse the repository at this point in the history
  • Loading branch information
ys2843 committed May 12, 2020
1 parent 370679e commit 318755e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/static_site/src/_sass/globalSearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
padding: 0px;
left: -50px;
list-style-type: none;
width: 166px;
left: -138px;
}

#global-search-mobile-border {
Expand Down
23 changes: 23 additions & 0 deletions docs/static_site/src/assets/js/globalSearch.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*!
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

/* Installation page display functions for install selector.
This utility allows direct links to specific install instructions.
*/

$(document).ready(function () {
const globalSearch = docsearch({
apiKey: "500f8e78748bd043cc6e4ac130e8c0e7",
Expand Down

0 comments on commit 318755e

Please sign in to comment.