Fix testresults.html generation.
This commit is contained in:
parent
f84444b27d
commit
257d701267
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ due to temporary site failures.</p>
|
|||
</div>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
var wall = new Masonry( document.getElementById('container'), {
|
||||
var wall = new Masonry(document.getElementById('testresults'), {
|
||||
columnWidth: 240
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue