Issue 2419: feature/enhancement request - TimeGrid time_slice id
Status:  Done
Owner: ----
Closed:  Feb 2015
Reported by war...@gmail.com, Jan 13, 2015
in src/common/TimeGrid.js
change line 91:
from:

'<span>' + // for matchCellWidths

to: 

+ '<span id="time_slice_' + slotDate.hour() +'">' + // for matchCellWidths and ScrollTo ability

I've done this so that I can use a scrollTo script to change the view to that time slice easily.
Jan 13, 2015
#1 war...@gmail.com
sorry, just delete this; forgot I already commented in another post.
Feb 9, 2015
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done