Skip to content

Commit

Permalink
Merge pull request: zurb#46.
Browse files Browse the repository at this point in the history
  • Loading branch information
handymenny committed Mar 12, 2019
2 parents 5bde7c4 + ec86d23 commit 0c0f782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions responsive-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$(window).trigger('responsiveTables:postDraw');
};

$(window).load(updateTables);
$(window).on('load',updateTable);
$(window).on("redraw",function(){switched=false;updateTables();}); // An event to listen for
$(window).on("resize", updateTables);

Expand Down Expand Up @@ -77,4 +77,4 @@

});

})(jQuery);
})(jQuery);

0 comments on commit 0c0f782

Please sign in to comment.