summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js
diff options
context:
space:
mode:
authorMichael Scherle2017-03-22 17:16:57 +0100
committerMichael Scherle2017-03-22 17:16:57 +0100
commit70bf9cfdbb93ac0c770185934a4ccf91b46c8ae5 (patch)
treec85fac061552b8b39e82e0cba479533835fbb779 /modules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js
parentBackend credentials translation added. Bugfix: Checkboxes instead of bs switc... (diff)
downloadslx-admin-70bf9cfdbb93ac0c770185934a4ccf91b46c8ae5.tar.gz
slx-admin-70bf9cfdbb93ac0c770185934a4ccf91b46c8ae5.tar.xz
slx-admin-70bf9cfdbb93ac0c770185934a4ccf91b46c8ae5.zip
frontend fixed scrolling
Diffstat (limited to 'modules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js')
-rwxr-xr-xmodules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js b/modules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js
index 808939f3..f6404ea3 100755
--- a/modules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js
+++ b/modules-available/locationinfo/frontend/jquery-week-calendar/jquery.weekcalendar.js
@@ -323,9 +323,13 @@ function MyDate() {
this._loadCalEvents(this.element.data('startDate'));
},
- resizeCalendar:function(){
+ resizeCalendar:function(){
this._resizeCalendar();
- },
+ },
+ scrollToHour:function(){
+ console.log("scroll");
+ this._scrollToHour(new MyDate(), false);
+ },
/*
* Clear all events currently loaded into the calendar
*/