From: Michael M Slusarz Date: Fri, 18 Dec 2009 21:29:20 +0000 (-0700) Subject: Missed adding this file X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2e5d68fc076f193b93fb2123301cc22ec9f7a929;p=horde.git Missed adding this file --- diff --git a/kronolith/js/new.js b/kronolith/js/new.js new file mode 100644 index 000000000..8a6ae21fe --- /dev/null +++ b/kronolith/js/new.js @@ -0,0 +1,9 @@ +var KronolithNew = { + calendarSelectHandler: function(e) + { + e.element().previous().setValue(e.memo.toString(Kronolith.conf.date_format)); + } +}; + +document.observe('Horde_Calendar:select', KronolithNew.calendarSelectHandler.bindAsEventListener(KronolithNew)); +