Skip to content

Commit

Permalink
fix parent button
Browse files Browse the repository at this point in the history
  • Loading branch information
jfontan committed Dec 10, 2011
1 parent 32a89b0 commit c0e8d86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/assets/js/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ function load_code(hash) {
if(result['parent']) {
original_version=result['parent'];
set_parent_button('visible');
} else {
original_version='';
set_parent_button('hidden');
}

effect_owner=result['user'];
Expand Down

0 comments on commit c0e8d86

Please sign in to comment.