This commit is contained in:
Roman Pyrih
2025-11-12 12:58:08 +01:00
parent e709fc0cb5
commit 52b0b71a5c
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ $(document).ready(function () {
});
var isMobile = function() {
return $(window).width() < 768;
return $(window).width() < 992;
};
var autocompletePosition = function() {
return {