mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
re-added support for old (pre 7.5) opera
This commit is contained in:
parent
aac320dbb4
commit
2914721a58
@ -1751,7 +1751,7 @@ Date.prototype.print = function (str) {
|
|||||||
s["%%"] = "%"; // a literal '%' character
|
s["%%"] = "%"; // a literal '%' character
|
||||||
|
|
||||||
var re = /%./g;
|
var re = /%./g;
|
||||||
if (!Calendar.is_ie5)
|
if (!Calendar.is_ie5 && !Calendar.is_opera)
|
||||||
return str.replace(re, function (par) { return s[par] || par; });
|
return str.replace(re, function (par) { return s[par] || par; });
|
||||||
|
|
||||||
var a = str.match(re);
|
var a = str.match(re);
|
||||||
|
Loading…
Reference in New Issue
Block a user