Sha256: 0b0d4ca7c2425826ae3686d3ff07469cebc8b95fd7f1808c98619dc7e876d235
Contents?: true
Size: 467 Bytes
Versions: 49
Compression:
Stored size: 467 Bytes
Contents
# # this is a sample of how to initialize the showing of appointments # you could use this javascript or do your own # $(document).ready -> ####### init empty lab list and the views ######### appointment_show_number = 5 window.max_appointment_show_number = 10 # used in handler.coffee window.appointment_list = new window.AppointmentList( [], appointment_show_number ) window.appointment_list_view = new window.AppointmentListView( appointment_list )
Version data entries
49 entries across 49 versions & 1 rubygems