Skip to content

Commit

Permalink
🚀 RELEASE: v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ortoniKC committed Oct 25, 2020
1 parent da1841a commit 754493a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "XPath finder",
"description": "XPath Finder, simple and useful, open-source project",
"author": "Koushik Chatterjee",
"version": "1.0.4",
"version": "1.0.5",
"manifest_version": 2,
"icons": {
"128": "assets/32.png"
Expand Down
20 changes: 20 additions & 0 deletions option/option.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,26 @@
<div class="toast toast-success d-hide">Default Snippet has been changed to </div>
</div>
</div>
<div class="card bg-dark d-hide">
<div class="card-header">Custom framework configuration</div>
<div class="card-body"></div>
<div class="form-group">
<label class="form-label" for="click">Click</label>
<input class="form-input" type="text" id="click-s" placeholder="Enter method name for click action">
</div>
<div class="form-group">
<label class="form-label" for="click">sendKeys</label>
<input class="form-input" type="text" id="click-s" placeholder="Enter method name for sendKeys action">
</div>
<div class="form-group">
<label class="form-label" for="click">getText</label>
<input class="form-input" type="text" id="click-s" placeholder="Enter method name for click action">
</div>
<div class="form-group">
<label class="form-label" for="click">getAttribute</label>
<input class="form-input" type="text" id="click-s" placeholder="Enter method name for click action">
</div>
</div>
</div>
</main>
</body>
Expand Down
4 changes: 0 additions & 4 deletions option/option.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ $(document).ready(function () {
let toast = document.querySelector('.toast')
toast.textContent = "Default Snippet has been changed to " + radioValue
toast.classList.remove('d-hide')
// $("#snippetnotification").append(notification);
})
// document.getElementsByClassName("delete")[0].addEventListener("click", () => {
// $("#snippetnotification").empty();
// })
});

function setStorage(obj) {
Expand Down

0 comments on commit 754493a

Please sign in to comment.