Skip to content

Commit

Permalink
Fix minor ptable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Mar 15, 2024
1 parent 5c69173 commit bb4eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_js/ptable.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ wmgui.ptable.activate = function(){
wmgui.ptable.activated = true;
document.getElementById('ermac_logo').classList.add('resulted');
document.getElementById('ptable_holder').classList.add('resulted');
document.getElementById('ptable_dtypes_box').classList.add('resulted');
if (window.scrollY <= 40) document.getElementById('ptable_dtypes_box').classList.add('resulted');
wmgui.mpdsgui.ptable_activate();
};

Expand Down

0 comments on commit bb4eda1

Please sign in to comment.