Popravek pri prikazovanju samo neaktivnega jezika
This commit is contained in:
parent
c1ee2a7372
commit
5a9f7ced0f
@ -92,6 +92,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// JEZIK pustimo samo 3 črke
|
// JEZIK pustimo samo 3 črke
|
||||||
|
jQuery('[hreflang="'+lang()+'"]').addClass('is-active').hide();
|
||||||
var jezikText = jQuery('.language-link:not(.is-active)').text().substring(0, 3);
|
var jezikText = jQuery('.language-link:not(.is-active)').text().substring(0, 3);
|
||||||
jQuery('.language-link').text(jezikText);
|
jQuery('.language-link').text(jezikText);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user