scientist-softserv / utk-hyku

Other
6 stars 0 forks source link

Range limit adjustments #610

Closed kirkkwang closed 6 months ago

kirkkwang commented 6 months ago

๐Ÿ› Fix JavaScript issues caused by double jquery

This commit will copy over the exact implementation of the range limit js files and move it to the bottom of the page. We are doing this because in v7.0.1 (which is the highest version we can upgrade to) there is a require of jquery in their manifest. This is causing a double loading of jquery which then causes issues.

๐Ÿงน Change date_created_sim to date_created_d_sim

The date_created_d_sim field is more appropriate for date ranges because it is the "Machine Readable Date Created" field. This is perfect for date ranges because it should be a specific format and can be sorted.

Ref: