|
@@ -195,12 +195,14 @@ var VarScriptsJsFile = []byte(`(function(window, $) {
|
|
});
|
|
});
|
|
$('#sys-modal-shop-basket').on('hidden.bs.modal', function(e) {
|
|
$('#sys-modal-shop-basket').on('hidden.bs.modal', function(e) {
|
|
$('#sys-modal-shop-basket-placeholder').html('');
|
|
$('#sys-modal-shop-basket-placeholder').html('');
|
|
|
|
+ $('#navbar-top').css('margin-right', $('#body').css('padding-right'));
|
|
});
|
|
});
|
|
|
|
|
|
ShopBasketAjaxProductsHtml(function(html, total) {
|
|
ShopBasketAjaxProductsHtml(function(html, total) {
|
|
$('#sys-modal-shop-basket .modal-body .data').html(html);
|
|
$('#sys-modal-shop-basket .modal-body .data').html(html);
|
|
ShopBasketEnableDisableOrderBtn(total);
|
|
ShopBasketEnableDisableOrderBtn(total);
|
|
$("#sys-modal-shop-basket").modal('show');
|
|
$("#sys-modal-shop-basket").modal('show');
|
|
|
|
+ $('#navbar-top').css('margin-right', $('#body').css('padding-right'));
|
|
}, function(xhr, status, error) {
|
|
}, function(xhr, status, error) {
|
|
window.location.reload(true);
|
|
window.location.reload(true);
|
|
});
|
|
});
|