i18n updates to javascript files and related templates
This commit is contained in:
parent
2c49931672
commit
66992942b6
4 changed files with 16 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
$(document).ready(function(){
|
||||
|
||||
$.extend(this, individualLocalName);
|
||||
$.extend(this, i18nStringsTabs);
|
||||
adjustFontSize();
|
||||
padSectionBottoms();
|
||||
checkLocationHash();
|
||||
|
@ -34,7 +33,7 @@ $(document).ready(function(){
|
|||
$propertyGroupLi.removeClass("nonSelectedGroupTab clickable");
|
||||
$propertyGroupLi.addClass("selectedGroupTab clickable");
|
||||
}
|
||||
if ( $propertyGroupLi.text() == i18nStringsTabs.viewAllCapitalized ) {
|
||||
if ( $propertyGroupLi.attr("groupname") == "viewAll" ) {
|
||||
processViewAllTab();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue