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

Commit

Permalink
mark free, installed apps as "Installed" (bug 764833)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Jun 14, 2012
1 parent 2796424 commit a0122de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/mkt/init.js
Expand Up @@ -117,7 +117,7 @@ z.page.on('fragmentloaded', function() {
if ($purchased.length) {
$purchased.replaceWith(installed);
} else {
$purchased.prepend(installed);
$actions.prepend(installed);
}
});

Expand Down

0 comments on commit a0122de

Please sign in to comment.