Skip to content

Commit

Permalink
re-enable tip jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed May 18, 2015
1 parent 343439a commit c18a5cc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified downloads/fireftp.xpi
Binary file not shown.
Binary file modified downloads/fireftp_all.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion src/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash

FIREFTP_VER=2.0.23
FIREFTP_VER=2.0.24
FIREFTP_MIN=32.0
FIREFTP_MAX=35.*
FIREFTP_MASTER=0
Expand Down
2 changes: 1 addition & 1 deletion src/content/js/etc/globals.js
@@ -1,6 +1,6 @@
var gConnections = []; // array of all our ftp connections
var gConnection; // the main connection - where the magic happens
var gVersion = "2.0.23"; // version of FireFTP we're using
var gVersion = "2.0.24"; // version of FireFTP we're using
var gSlash; // holds '/' or '\\' depending on local system
var gPlatform; // holds what platform we're on
var gTransferTypes; // holds 'Auto', 'Binary', 'ASCII'
Expand Down
2 changes: 1 addition & 1 deletion src/content/js/etc/loadUnload.js
Expand Up @@ -99,7 +99,7 @@ function startup() {
};
setTimeout(func, 0);

//tipJar();
tipJar();

// only do this if in tab mode; window mode causes this problem:
// https://www.mozdev.org/bugs/show_bug.cgi?id=24935
Expand Down
2 changes: 1 addition & 1 deletion src/install.rdf
Expand Up @@ -10,7 +10,7 @@
<em:description>FTP client for Mozilla Firefox.</em:description>
<em:homepageURL>http://fireftp.net</em:homepageURL>
<em:name>FireFTP</em:name>
<em:version>2.0.23</em:version>
<em:version>2.0.24</em:version>
<em:id>{a7c6cf7f-112c-4500-a7ea-39801a327e5f}</em:id>
<em:unpack>true</em:unpack>
<em:type>2</em:type>
Expand Down

0 comments on commit c18a5cc

Please sign in to comment.