Skip to content

Commit

Permalink
fixed 1.1 parameter count bug..
Browse files Browse the repository at this point in the history
  • Loading branch information
BreeeZe committed Mar 10, 2015
1 parent b238b7c commit 21caa4e
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion NZBGetConnect.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<string>1.1.1</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
2 changes: 1 addition & 1 deletion NZBGetConnect.safariextension/content_scripts/bintube.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function addToNZBGetFromBintube() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : "a[href=\"" + nzburl + "\"]"
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
4 changes: 2 additions & 2 deletions NZBGetConnect.safariextension/content_scripts/dognzb.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function addToNZBGetFromDognzb() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : "a[href=\"" + a.href + "\"]"
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down Expand Up @@ -75,7 +75,7 @@ function addToNZBGetFromDognzb() {

var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : null
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
2 changes: 1 addition & 1 deletion NZBGetConnect.safariextension/content_scripts/fanzub.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function addToNZBGetFromFanzub() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : "a[href=\"" + nzbid + "\"]"
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
4 changes: 2 additions & 2 deletions NZBGetConnect.safariextension/content_scripts/nzb.su.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function addToNZBGetFromNZBdotsu() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [addLink],
arguments : [addLink,''],
reference : addLink
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down Expand Up @@ -90,7 +90,7 @@ function addToNZBGetFromNZBdotsu() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [addLink],
arguments : [addLink,''],
reference : addLink
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
2 changes: 1 addition & 1 deletion NZBGetConnect.safariextension/content_scripts/nzbclub.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function addToNZBGetFromNZBCLUB() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : nzburl
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
4 changes: 2 additions & 2 deletions NZBGetConnect.safariextension/content_scripts/nzbindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function addToNZBGetFromNzbindex() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : "a[href=\"" + addLink.href + "\"]"
};
safari.self.tab.dispatchMessage("Append", message);
Expand All @@ -47,7 +47,7 @@ function addToNZBGetFromNzbindex() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : "a[href=\"" + nzburl + "\"]"
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
4 changes: 2 additions & 2 deletions NZBGetConnect.safariextension/content_scripts/nzbs.in.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function addToNZBGet() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [addLink],
arguments : [addLink,''],
reference : addLink
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down Expand Up @@ -82,7 +82,7 @@ function addToNZBGet() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [addLink],
arguments : [addLink,''],
reference : addLink
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
4 changes: 2 additions & 2 deletions NZBGetConnect.safariextension/content_scripts/nzbsorg.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function addToNZBGetFromBetaNZBsDOTorg() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : nzburl
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down Expand Up @@ -92,7 +92,7 @@ function addToNZBGetFromBetaNZBsDOTorg() {
//Construct message to send to background page
var message = {
callback : "setIconResult",
arguments : [nzburl],
arguments : [nzburl,''],
reference : nzburl
};
safari.self.tab.dispatchMessage("Append", message);
Expand Down
Binary file modified NZBGetConnect.safariextz
Binary file not shown.
4 changes: 2 additions & 2 deletions manifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<key>Developer Identifier</key>
<string>XMHNA69F7E</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<string>1.1.1</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.1</string>
<key>URL</key>
<string>http://update.nzbgetconnect.versteege.com/nzbgetconnect.safariextz</string>
</dict>
Expand Down

0 comments on commit 21caa4e

Please # to comment.