MantisBT: master 103f968f

Author Committer Branch Timestamp Parent
atrol atrol master 2015-08-17 11:36 master fc9a3320
Affected Issues  0019943: Buggy calendar in due date
Changeset

Fix broken calendar in Safari and Chrome

As we introduced CSP headers in 1.3 some JavaScript code in our calendar
widget is no longer allowed.
https://developer.chrome.com/extensions/contentSecurityPolicy#JSEval
The affected code seems to be a workaround for quite old browsers.
I removed the code and found no issues until now.

Fixes 0019943

mod - javascript/jscalendar/calendar.js Diff File