parent
f3f8676479
commit
75003fb877
|
|
@ -280,7 +280,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
DatePicker.prototype.getLang = function(key, defaultValue) {
|
||||
DatePicker.prototype.getLang = function(name, defaultValue) {
|
||||
if ($.oc === undefined || $.oc.lang === undefined) {
|
||||
return defaultValue
|
||||
}
|
||||
|
|
|
|||
|
|
@ -401,7 +401,7 @@
|
|||
$scope.toggleClass('active', !!switchValue)
|
||||
}
|
||||
|
||||
FilterWidget.prototype.getLang = function(key, defaultValue) {
|
||||
FilterWidget.prototype.getLang = function(name, defaultValue) {
|
||||
if ($.oc === undefined || $.oc.lang === undefined) {
|
||||
return defaultValue
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue