Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thehitechpanky committed Jun 15, 2020
1 parent d492084 commit 6415c07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Bootstrap

# CDN

<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].7/src/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].7/src/table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].8/src/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].8/src/table.js"></script>

# How to use

Expand Down
4 changes: 2 additions & 2 deletions sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<body>
<div id="tableDiv"></div>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].7/src/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].7/src/table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].8/src/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].8/src/table.js"></script>
<script src="main.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion src/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DynamicTable {
let currentNodeId, isChecked;
let checkBoxArray = this.checkBoxArray;
if (checkboxClass) {
checkboxNode.onclick = function () {
checkboxNode.onclick = function() {
currentNodeId = this.id.split(`_`)[1];
isChecked = this.checked;
for (let i = 0; i < checkBoxArray.length; i++) {
Expand Down

0 comments on commit 6415c07

Please sign in to comment.