Skip to content

Commit

Permalink
useDownloadManager: Remove buggy check for ff2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Dec 19, 2013
1 parent 249aad0 commit 7889c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/shelve.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ var shelve = {

useDownloadManager: function (sp_params, mode) {
var prefs_dlm = shelve.getPrefs('use_download_manager.');
return !sp_params.noAlertNotification && !shelveUtils.appInfo().match(/^Firefox2/) && shelve.getBoolPref(prefs_dlm, mode);
return !sp_params.noAlertNotification && shelve.getBoolPref(prefs_dlm, mode);
},

STATE_STOP: Components.interfaces.nsIWebProgressListener.STATE_STOP,
Expand Down

0 comments on commit 7889c93

Please sign in to comment.