Skip to content

Commit

Permalink
Document why script is commented for customScrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz authored Feb 19, 2019
1 parent a0ba34d commit af18075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ sizeGuideTable.prototype = {

$(document).ready(() => {
$(window).load(() => {
// Custom scrollbar no longer exists as a dependency, but this functionality is not yet implemented
// It's commented out until the functionality is implemented, to keep it as a reference
// makes the scrollbar's design the same in all browsers
// $('.order-summary-items').mCustomScrollbar({
// theme: 'dark',
Expand Down

0 comments on commit af18075

Please sign in to comment.