Optimierung Darstellungen, kleine Bugs,
SS-Sudan twig im Content
This commit is contained in:
parent
e741dddfc1
commit
54fc46ace4
29 changed files with 377 additions and 18095 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
12
trunk/web/js/custom-min.js
vendored
12
trunk/web/js/custom-min.js
vendored
|
|
@ -26,4 +26,14 @@ $(document).ready(function() {
|
|||
$(".btn-booking-form .btn-booking-loading").removeClass("hide");
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
var collapse_on_responsive = function() {
|
||||
if (jQuery(document).width() < 992) {
|
||||
//jQuery('.widget').find('.collapse-widget:not(.open)').addClass('collapsed');
|
||||
//jQuery('.widget').find('.collapse:not(.open)').removeClass('in');
|
||||
}else{
|
||||
// jQuery('.widget').find('.collapse-widget').removeClass('collapsed');
|
||||
// jQuery('.widget').find('.collapse').addClass('in');
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue