Skip to content

Commit

Permalink
Rolling back the height of the iframe back to 600 pixels as per Chris…
Browse files Browse the repository at this point in the history
…'s request
  • Loading branch information
maciejblinkbox committed Dec 19, 2012
1 parent e63e9a0 commit 6094035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@

iframe = document.createElement( 'iframe' );
iframe.width = '99%';
iframe.height = 300;
iframe.height = 600;
iframe.className = 'test-runner-frame';
iframe.src = currRunUrl + (currRunUrl.indexOf( '?' ) > -1 ? '&' : '?') + $.param({
// Cache buster
Expand Down

0 comments on commit 6094035

Please sign in to comment.