Skip to content

Commit

Permalink
Change bug report link
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Aug 12, 2023
1 parent 9be8e49 commit fec6de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $('#git-link').on('click', function (e) {

$('#report_bug').on('click', function (e) {
e.stopPropagation()
openLink('https://docs.google.com/forms/d/e/1FAIpQLScgAqYmlH-e9z3mQJ6I3TBUKRn8ei6QfYDtC6d-dRpTwvqe3Q/viewform?usp=sf_link')
chrome.tabs.update({'url': 'mailto:annndruha.github@gmail.com?subject=[Pulchra Bookmarks bug]'})
})

$('#range-rows').on('input', function (e) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Pulchra Bookmarks",
"description": "Pulchra Bookmarks extension",
"version": "1.0.10",
"version": "1.0.11",
"manifest_version": 3,
"minimum_chrome_version": "96",
"chrome_url_overrides": {
Expand Down

0 comments on commit fec6de4

Please sign in to comment.