Skip to content

Commit

Permalink
Fix event listener for chromosome import
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Oct 12, 2020
1 parent d0d960e commit eefba4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "SaltBot",
"description": "This extension automates betting on SaltyBet.com.",
"version": "2.6.4",
"version": "2.6.5",
"permissions": [
"storage",
"unlimitedStorage",
Expand Down
4 changes: 2 additions & 2 deletions dist/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ <h2 class="subheading">Chromosomes Management</h2>
<div id="bec" class="btn btn-inline btn-small btn-success" data-bind="click: ecClick">
Export
</div>
<div id="bic" class="btn btn-inline btn-small btn-success" style="position: relative; width: 45px" data-bind="event: { change: icClick }">
<div id="bic" class="btn btn-inline btn-small btn-success" style="position: relative; width: 45px">
<span style="top: 5px; left:3px ;">Import</span>
</div>
<input type="file" id="upload_c" style="display: none">
<input type="file" id="upload_c" style="display: none" data-bind="event: { change: icClick }">
<br>
<label style="display: block;clear: both;"> Messages:
<input type="text" name="msgbox" id="msgbox" size="40"/>
Expand Down

0 comments on commit eefba4b

Please sign in to comment.