diff options
| author | Simon Rettberg | 2025-07-14 16:50:29 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-07-14 16:50:29 +0200 |
| commit | 83c4bb160cea6e7fbadbe4c0876b754f0acf24c5 (patch) | |
| tree | 96b8955da109cd15998e3a84699abb11627cb2c3 /modules-available/js_weekcalendar | |
| parent | [locationinfo] Remove debug spam (diff) | |
| download | slx-admin-83c4bb160cea6e7fbadbe4c0876b754f0acf24c5.tar.gz slx-admin-83c4bb160cea6e7fbadbe4c0876b754f0acf24c5.tar.xz slx-admin-83c4bb160cea6e7fbadbe4c0876b754f0acf24c5.zip | |
[locationinfo] Add UPCOMING panel type
Diffstat (limited to 'modules-available/js_weekcalendar')
| -rwxr-xr-x | modules-available/js_weekcalendar/clientscript.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules-available/js_weekcalendar/clientscript.js b/modules-available/js_weekcalendar/clientscript.js index 45c97707..894e00c2 100755 --- a/modules-available/js_weekcalendar/clientscript.js +++ b/modules-available/js_weekcalendar/clientscript.js @@ -19,19 +19,6 @@ * If you're after a monthly calendar plugin, check out this one : * http://arshaw.com/fullcalendar/ */ -var startdate = 0; - -function SetUpDate(d) { - startdate = d.getTime() - new Date().getTime(); -} - -/** - * - * @return {Date} - */ -function MyDate() { - return new Date(startdate + new Date().getTime()); -} (function($) { |
