Datepicker js optimization
Compare changes
Files
18@@ -8,16 +9,13 @@ var datepickerOpts = {
@@ -25,8 +23,7 @@ Blacklight.onLoad(function() {
Created by: tonmoy18
The date picker ID prefix and number are in different vars Pro: no need to read, slice and append to ID every time Con: the original ID is changed.