Skip to content

Commit

Permalink
Changing resize action to do nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 18, 2015
1 parent bd75a58 commit 19eb177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/static/widgets/viz_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ px.registerWidget('table', function(data_attribute) {

return {
render: refresh,
resize: refresh,
resize: function(){},
};
});

0 comments on commit 19eb177

Please sign in to comment.