Skip to content
Snippets Groups Projects
Commit f3ef23fd authored by Dawid Banach's avatar Dawid Banach
Browse files

Update image source to relative path

parent 893c4d9a
1 merge request!2Develop
Pipeline #13661 passed with stage
in 23 seconds
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -185,7 +185,7 @@ PlWordnet.prototype.createAdditionalInfo = function(jsonData, title, titleEn, la
'<a href="/synsetid/plwordnet/' + element2.synset + '">' +
'<p class="title">' + element2.lemma + '</p>' +
'</a>' +
'<img width="40" height="20" class="img-responsive show-icon" src="http://lexp-dev.clarin-pl.eu/img/lang-' + lang + '-32.png" alt="Language" />' +
`<img width="40" height="20" class="img-responsive show-icon" src="/img/lang-${lang}-32.png" alt="Language" />` +
definition +
horizontalLine;
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment