summaryrefslogtreecommitdiffstats
path: root/modules-available/js_weekcalendar
diff options
context:
space:
mode:
authorSimon Rettberg2025-07-14 16:50:29 +0200
committerSimon Rettberg2025-07-14 16:50:29 +0200
commit83c4bb160cea6e7fbadbe4c0876b754f0acf24c5 (patch)
tree96b8955da109cd15998e3a84699abb11627cb2c3 /modules-available/js_weekcalendar
parent[locationinfo] Remove debug spam (diff)
downloadslx-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-xmodules-available/js_weekcalendar/clientscript.js13
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($) {