Skip to content

Commit 15ed18e

Browse files
committed
Merge branch 'main' into feature/basicApp
2 parents 2371ff6 + 370fe52 commit 15ed18e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

backend/webandtech/src/main/resources/templates/productsByFeatures.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,7 @@ <h4>Tipo de producto</h4>
259259
<div class="col-md-8 products-right">
260260
<div class="sort-grid">
261261
<div class="sorting">
262-
<h6>Ordenar por</h6>
263-
<select id="country1" onchange="change_country(this.value)" class="frm-field required sect">
264-
<option value="higth">Precio(Alto - Bajo)</option>
265-
<option value="low">Price(Bajo - Alto)</option>
266-
</select>
262+
267263
<div class="clearfix"></div>
268264
</div>
269265
<div class="clearfix"></div>

backend/webandtech/target/classes/templates/productsByFeatures.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,7 @@ <h4>Tipo de producto</h4>
259259
<div class="col-md-8 products-right">
260260
<div class="sort-grid">
261261
<div class="sorting">
262-
<h6>Ordenar por</h6>
263-
<select id="country1" onchange="change_country(this.value)" class="frm-field required sect">
264-
<option value="higth">Precio(Alto - Bajo)</option>
265-
<option value="low">Price(Bajo - Alto)</option>
266-
</select>
262+
267263
<div class="clearfix"></div>
268264
</div>
269265
<div class="clearfix"></div>

0 commit comments

Comments
 (0)