|
@@ -1695,11 +1695,9 @@ window.initHot = function (model) {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- if (browser.isMobile()) {
|
|
|
|
- $('#closepop').on("touchstart", Hot.closePopup)
|
|
|
|
- } else {
|
|
|
|
- $('#closepop').on("click", Hot.closePopup)
|
|
|
|
- }
|
|
|
|
|
|
+ $('#closepop').on("click", () => {
|
|
|
|
+ Hot.closePopup()
|
|
|
|
+ })
|
|
|
|
|
|
|
|
|
|
|
|
|