Skip to content

Commit

Permalink
Renaming buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Elgendi committed May 28, 2022
1 parent 5cf8fdd commit 16da70e
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 6 deletions.
Empty file modified assets/css/autoComplete.min.css
100644 → 100755
Empty file.
Empty file modified assets/css/bootstrap.min.css
100644 → 100755
Empty file.
Empty file modified assets/css/main.css
100644 → 100755
Empty file.
Empty file modified assets/img/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/js/autoComplete.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/bootstrap.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/jquery-3.3.1.slim.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/main.js
100644 → 100755
Empty file.
Empty file modified assets/js/popper.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/xlsx.full.min.js
100644 → 100755
Empty file.
11 changes: 5 additions & 6 deletions index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,16 @@ <h4>Search Mode</h4>
d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z">
</path>
</svg>
Save
Save Score
</button>

<button type="button" class="btn btn-success m-3" onclick="ExportData()" id="exportbtn" disabled>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-save" viewBox="0 0 16 16">
class="bi bi-cloud-arrow-down-fill" viewBox="0 0 16 16">
<path
d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z">
</path>
d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708z" />
</svg>
Export
Export File
</button>


Expand All @@ -101,7 +100,7 @@ <h4>Search Mode</h4>

<!-- Sheetjs -->
<script type="text/javascript" src="assets/js/xlsx.full.min.js"></script>

<!-- Main.js -->
<script type="text/javascript" src="assets/js/main.js"></script>

Expand Down

0 comments on commit 16da70e

Please sign in to comment.