mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX #2022: Fixed CMS dropdowns in Opera.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@99960 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a0eb199eee
commit
41f6774002
2
thirdparty/calendar/calendar.js
vendored
2
thirdparty/calendar/calendar.js
vendored
@ -1473,7 +1473,7 @@ Calendar.prototype.parseDate = function(str, fmt) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Calendar.prototype.hideShowCovered = function () {
|
Calendar.prototype.hideShowCovered = function () {
|
||||||
if (!Calendar.is_ie && !Calendar.is_opera)
|
if (!Calendar.is_ie)
|
||||||
return;
|
return;
|
||||||
function getVisib(obj){
|
function getVisib(obj){
|
||||||
var value = obj.style.visibility;
|
var value = obj.style.visibility;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user