Skip to content

Commit

Permalink
Automatically Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb committed Dec 18, 2018
1 parent 81c34b4 commit 340cf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Expand Up @@ -45,7 +45,7 @@ function sendMsg(content){
// chrome.tabs.create({ 'url': 'chrome://extensions/?options=' + chrome.runtime.id });
} else {
full_server_url = items.server_url;
httpGetAsync(full_server_url + encodeURIComponent(content), function () {
httpGetAsync(full_server_url + encodeURIComponent(content) + "?automaticallyCopy=1", function () {
var notification = new Notification("Message Sent",
{body: content, icon: "bark_128.png"});
});
Expand Down

0 comments on commit 340cf3c

Please sign in to comment.