Skip to content

Commit

Permalink
Rolling back to the first version
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Mar 7, 2012
1 parent f295b9c commit 6b59277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heroku.js
Expand Up @@ -20,7 +20,7 @@ jQuery(document).ready(function($) {

// We replace {{app-name}} for your new Application name and we assigned into itself
// $(this).html($(this).html().replace("{{app-name}}",nameApp));
$('h2').html('JUST FOR TEST');
$('this').html($(this).html().replace("{{app-name}}",nameApp));
}
});

Expand Down

0 comments on commit 6b59277

Please sign in to comment.