Skip to content

Commit

Permalink
Fix erroneous grandparent style applied to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Steenbergen committed Sep 8, 2014
1 parent 6e213a4 commit ad3c06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fibonacci.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ $(document).ready( function(){
'flex': ' none'
})
.css(parentDimension, $( '#parentDimensionSizeInput' ).val())
CSSOverrides[ parentDiv.attr( 'id' ) ] = parentDiv.attr( 'style' )
CSSOverrides[ grandParent.attr( 'id' ) ] = grandParent.attr( 'style' )
$( '#optionsModal' ).remove()
})

Expand Down

0 comments on commit ad3c06c

Please sign in to comment.