Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -450,8 +450,8 @@ body.n_scroll{
|
||||
|
||||
.photo_container_descript_process{
|
||||
text-align: center;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.txt_descript_process.standart_txt{
|
||||
@@ -463,8 +463,8 @@ body.n_scroll{
|
||||
/*text-transform: uppercase;*/
|
||||
}
|
||||
.img_descript_process{
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
object-fit: contain;
|
||||
object-position: bottom;
|
||||
}
|
||||
|
||||
@@ -43,6 +43,7 @@ function renderContent (el=null) {
|
||||
} else {
|
||||
data['section_url'] = el.dataset['url']
|
||||
}
|
||||
data['csrfmiddlewaretoken'] = $('input[name=csrfmiddlewaretoken]').val();
|
||||
let language = $('html').attr('lang');
|
||||
data['lang'] = language
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user