Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
remove dead code in install.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Jul 25, 2012
1 parent 70884ab commit 90f0ac3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions media/js/mkt/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@

function installSuccess(product) {
$(window).trigger('app_install_success', [product, true]);
if (installedNow && location.pathname.indexOf('/reviewers/') > -1) {
startLaunch(product);
}

}

function installError(product, msg) {
Expand Down

0 comments on commit 90f0ac3

Please sign in to comment.