Вьюшка: "Каталог / Типовые серии зданий / Информация по серии" -- minor, seo

This commit is contained in:
2022-12-26 17:29:18 +03:00
parent 2eea80f557
commit 09d1270045
3 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
</div>{% endfor %}{% comment %}
<script type="text/javascript">
$(document).ready(function(){
var maxHeight = 0;
let maxHeight = 0;
{% for I_WIN_DIM in FLAP_DIM %}if (maxHeight < $('#flap{{ forloop.counter0 }}').height()) maxHeight = $('#flap{{ forloop.counter0 }}').height();
{% endfor %}{% for I_WIN_DIM in FLAP_DIM %}$('#flap{{ forloop.counter0 }}').height(maxHeight-240);{% endfor %}
});