Skip to content

Commit

Permalink
added 'Loading structure... for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
piecole committed Nov 14, 2024
1 parent 039fd32 commit fdbc555
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions search.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ $(".tablink").click(function(){
});

if (structurePage == true) {
console.log("Loading structure...")
if(window.location.hash){
let hash = window.location.hash.substring(1)
tabClick(hash);
Expand Down
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,13 +756,9 @@ a:has(>.menuitem),
align-items:center;
overflow-y:auto;
}

.ligandability{
background-color: rgba(255,0,0,0.3);
}
.ligandable{
background-color: rgba(70,255,100,.4);
}
.lig_tab{
background-color: lightgreen;
border-radius: 5px;
Expand Down

0 comments on commit fdbc555

Please sign in to comment.