Plugin Directory

Changeset 2331859


Ignore:
Timestamp:
06/28/2020 06:08:45 AM (6 years ago)
Author:
azexo
Message:

from shopify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • page-builder-by-azexo/trunk/js/templates.js

    r2301379 r2331859  
    500500                $row.detach();
    501501                if (azt.current_rows.length > 0) {
    502                     $tbody.show();
     502                    $tbody.css('display', '');//$tbody.show();
    503503                    $(azt.current_rows).each(function () {
    504504                        var current_row = this;
     
    511511                } else {
    512512                    $tbody.append($row);
    513                     $tbody.hide();
     513                    $tbody.css('display', 'none');//$tbody.hide();
    514514                }
    515515            }
Note: See TracChangeset for help on using the changeset viewer.