Skip to content

Commit

Permalink
Update client/src/legacy/TabSet.js
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
  • Loading branch information
lekoala and GuySartorelli committed May 31, 2022
1 parent 861605d commit eb7f1a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/legacy/TabSet.js
Expand Up @@ -24,7 +24,6 @@ $.entwine('ss', function($){

onadd: function() {
this.on("tabsactivate", (function (event, {newPanel}) {
this.lazyLoadGridFields(newPanel);
this.triggerLazyLoad(newPanel);
}).bind(this));
this.on("tabscreate", (function(event, {panel}) {
Expand Down

0 comments on commit eb7f1a6

Please sign in to comment.