Skip to content

Commit

Permalink
forgot debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
vcuculo committed Apr 4, 2015
1 parent 38a2dbc commit 3762fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function getOpt(opt){

function postMessage(tab_id, subject, url, selection, image) {
var action_url = podUrl + "/bookmarklet?title=";
debugger;

if (getOpt("msg") == "true"){
var msg = prompt(chrome.i18n.getMessage("addMsg"), chrome.i18n.getMessage("addMsgText"));
if (msg && msg !== "") {
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": "Diaspora* Publisher",
"description": "__MSG_extDescription__",
"version": "1.9.7",
"version": "1.9.7.1",
"manifest_version": 2,
"default_locale": "en",
"background": {
Expand Down

0 comments on commit 3762fd9

Please sign in to comment.