Skip to content

Commit

Permalink
Golf graphs non-javascript fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed May 11, 2011
1 parent 658868c commit eaa491d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ pom.xml
*#
.cake
.DS_Store
.#*
2 changes: 1 addition & 1 deletion resources/public/css/style.css
Expand Up @@ -343,7 +343,6 @@ button:active {

#golfgraph{
width: 90%;
display: none;
}

#golfgraph img{
Expand Down Expand Up @@ -383,6 +382,7 @@ button:active {
font-weight: bold;
font-size: 12px;
padding-bottom: 5px;
display: none;
}

a.graph-class :hover {color: #445599;}
Expand Down
2 changes: 2 additions & 0 deletions resources/public/vendor/script/foreclojure.js
Expand Up @@ -77,6 +77,8 @@ function configureCodeBox(){
}

function configureGolf(){
$('#graph-link').show();
$('#golfgraph').hide();
$('#graph-link').click(function() {
$('#code-div').toggle('fast', function() {
// Animation complete.
Expand Down

0 comments on commit eaa491d

Please sign in to comment.