Changeset 2331859
- Timestamp:
- 06/28/2020 06:08:45 AM (6 years ago)
- File:
-
- 1 edited
-
page-builder-by-azexo/trunk/js/templates.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-builder-by-azexo/trunk/js/templates.js
r2301379 r2331859 500 500 $row.detach(); 501 501 if (azt.current_rows.length > 0) { 502 $tbody. show();502 $tbody.css('display', '');//$tbody.show(); 503 503 $(azt.current_rows).each(function () { 504 504 var current_row = this; … … 511 511 } else { 512 512 $tbody.append($row); 513 $tbody. hide();513 $tbody.css('display', 'none');//$tbody.hide(); 514 514 } 515 515 }
Note: See TracChangeset
for help on using the changeset viewer.