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
3784268d
Commit
3784268d
authored
May 31, 2019
by
Gradl, Tobias
Browse files
1295: Prepare release of v3.7
Task-Url:
https://pm.winseda.de/issues/1295
parent
c7cd0b14
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/home.js
View file @
3784268d
...
...
@@ -32,7 +32,7 @@ Home.prototype.handleTagTextClicked = function(tag) {
Home
.
prototype
.
loadWordcloud
=
function
()
{
var
_this
=
this
;
$
.
ajax
({
url
:
window
.
location
.
href
+
_this
.
options
.
tagUrlPrefix
+
"
/
tags?analyzer=
"
+
_this
.
options
.
analyzer
+
"
&size=
"
+
_this
.
options
.
tagcount
,
url
:
window
.
location
.
href
+
_this
.
options
.
tagUrlPrefix
+
"
tags?analyzer=
"
+
_this
.
options
.
analyzer
+
"
&size=
"
+
_this
.
options
.
tagcount
,
type
:
"
GET
"
,
dataType
:
"
json
"
,
success
:
function
(
data
)
{
_this
.
fillWordcloud
(
data
);
},
...
...
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