Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-webresources
Commits
8a7305ed
Commit
8a7305ed
authored
May 12, 2021
by
Gradl, Tobias
Browse files
425: Fix minor search handling issues (OPENED)
Task-Url:
search#425
parent
72dbbe25
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/search/search.queryHandler.js
View file @
8a7305ed
...
...
@@ -168,11 +168,12 @@ QueryHandler.prototype.doSearch = function(isShowMore, initSearch) {
this
.
query
=
this
.
buildQuery
(
isShowMore
);
this
.
imageQueue
=
[];
$
(
"
.wordcloud
"
).
text
(
""
);
this
.
clouds
=
[];
var
_this
=
this
;
if
(
this
.
query
!==
null
)
{
$
(
"
.wordcloud
"
).
text
(
""
);
this
.
clouds
=
[];
$
(
"
#search-loading-indicator
"
).
removeClass
(
"
fade
"
);
// Leave notifications in place for first execution of search
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment