Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3, Thu Oct 18 21:49:16 2007 UTC | revision 1.3.2.1, Fri Mar 21 06:21:18 2008 UTC | |
|---|---|---|
| # | Line 28 if (Drupal.jsEnabled) { | Line 28 if (Drupal.jsEnabled) { |
| 28 | $('#' + id + "-time") | $('#' + id + "-time") |
| 29 | .after(autoDiv); | .after(autoDiv); |
| 30 | ||
| 31 | YAHOO.util.Event.onContentReady(YAHOO.drupal.calendar.init(id)); | YAHOO.util.Event.onContentReady("wrapper", YAHOO.drupal.calendar.init, id); |
| 32 | }); | }); |
| 33 | }); | }); |
| 34 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |