Skip to content

Commit

Permalink
Simplified Book List UI and removed debug views
Browse files Browse the repository at this point in the history
  • Loading branch information
infinimineralex committed Apr 25, 2024
1 parent b175a95 commit 9ed0023
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified Charcoal/x64/Debug/Charcoal.exe
Binary file not shown.
Binary file modified Charcoal/x64/Debug/Charcoal.pdb
Binary file not shown.
3 changes: 1 addition & 2 deletions Charcoal/x64/Debug/assets/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</style>

</head>
<body>
<body onload="OnButtonClick()">
<div class="sidebar">
<iframe src="sidebar.html" frameborder="0" scrolling="no" style=" border: 0px none; width: 20%; height: 100%; position: fixed; overflow: hidden;"></iframe>
</div>
Expand All @@ -125,7 +125,6 @@ <h3 id="result">BOOKS: </h3>
nameToGrayscale();
}
</script>
<button class="button-28" onclick="OnButtonClick();">Update Book List</button>

<div id="bs"></div>
<button class="button-28" onclick="rmbooksbutton()">Remove Books</button>
Expand Down

0 comments on commit 9ed0023

Please sign in to comment.