Skip to content
Snippets Groups Projects
Commit 8c093309 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

add missing parameter to addEventListener function - bugfix for oc-225

parent 04c9cc60
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ Calendar={
},
initScroll:function(){
if(window.addEventListener)
document.addEventListener('DOMMouseScroll', Calendar.UI.scrollCalendar);
document.addEventListener('DOMMouseScroll', Calendar.UI.scrollCalendar, false);
//}else{
document.onmousewheel = Calendar.UI.scrollCalendar;
//}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment