Skip to content

Commit

Permalink
change bits on the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
raad1masum committed Sep 9, 2021
1 parent 0ad3c5a commit 90ace7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Hack 6: fix all warnings -->

<!-- <head> -->
<div layout:fragment="metadata" th:with="bits=8" th:remove="tag">
<div layout:fragment="metadata" th:with="bits=16" th:remove="tag">
<title>Binary page</title>
<script>
const BITS = [[${bits}]];
Expand Down Expand Up @@ -109,7 +109,7 @@
<!-- </head> -->

<!-- <body> -->
<div layout:fragment="content" th:with="bits=8" th:remove="tag">
<div layout:fragment="content" th:with="bits=16" th:remove="tag">
<h1 class="text-center">Binary Math with Conversions</h1>
<div class="container">
<div class="row justify-content-md-center">
Expand Down

0 comments on commit 90ace7b

Please sign in to comment.