Skip to content

Commit

Permalink
Merge branch 'develop' into fix-1356
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Aug 29, 2020
2 parents de820ba + b480822 commit 91e7187
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#carbonads {
box-shadow: none !important;
width: auto !important;
}
</style>
</head>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#carbonads {
box-shadow: none !important;
width: auto !important;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export function init(config, vm) {
let namespaceSuffix = '';

// only in auto mode
if (isAuto && config.pathNamespaces) {
if (paths.length && isAuto && config.pathNamespaces) {
const path = paths[0];

if (Array.isArray(config.pathNamespaces)) {
Expand Down

0 comments on commit 91e7187

Please sign in to comment.