{"version":3,"sources":["20250220PSA_functions.js"],"names":["isTouchDevice","window","DocumentTouch","document","$","toggleClass","Tablesort","getElementById"],"mappings":"aAEA,SAASA,gBACP,OAAO,IAAS,iBAAkBC,QAAUA,OAAOC,eAAiBC,oBAAoBD,gBAElE,IAApBF,gBACFI,EAAE,QAAQC,YAAY,SAEtBD,EAAE,QAAQC,YAAY,YAKxB,IAAIC,UAAUH,SAASI,eAAe","file":"20250220PSA_functions.min.js","sourcesContent":["// Touch or No-Touch, that is the question!\r\n\r\nfunction isTouchDevice() {\r\n return true == (\"ontouchstart\" in window || window.DocumentTouch && document instanceof DocumentTouch);\r\n}\r\nif (isTouchDevice() === true) {\r\n $(\"body\").toggleClass(\"touch\");\r\n} else {\r\n $(\"body\").toggleClass(\"no-touch\");\r\n}\r\n\r\n\r\n// table sorting\r\nnew Tablesort(document.getElementById('sortable-table'));\r\n\r\n\r\n\r\n\r\n// $('.msdw-slider-jacket').slick({\r\n// slidesToShow: 1,\r\n// slidesToScroll: 1,\r\n// swipe: false,\r\n// arrows: false,\r\n// swipeToSlide: true, // in case, 2 or more slides at a time\r\n// autoplay: true, // if autoplay...\r\n// accessibility: false // use this to avoid page jumping bug\r\n// });\r\n\r\n// $('.slick-prev').click(function() {\r\n// $('.msdw-slider-jacket').slick('slickPrev');\r\n// });\r\n//\r\n// $('.slick-next').click(function() {\r\n// $('.msdw-slider-jacket').slick('slickNext');\r\n// });\r\n\r\n// UNSLICK\r\n// If needed, here's a fix for window resizing\r\n// $(window).on('orientationchange resize', function() {\r\n// $('.msdw-slider-jacket').slick('resize');\r\n// });\r\n"]}