Skip to content

Commit

Permalink
Keep the resolution selector visible when code is hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Dec 10, 2011
1 parent ee5ab8a commit 5071dde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@

button.textContent = 'show code';
code.getWrapperElement().style.visibility = 'hidden';
select.style.visibility = 'hidden';
compileButton.style.visibility = 'hidden';
set_save_button('hidden');
set_parent_button('hidden');
Expand All @@ -204,7 +203,6 @@

button.textContent = 'hide code';
code.getWrapperElement().style.visibility = 'visible';
select.style.visibility = 'visible';
compileButton.style.visibility = 'visible';
set_save_button('visible');
set_parent_button('visible');
Expand Down

0 comments on commit 5071dde

Please sign in to comment.