Fix testresults.html generation.

This commit is contained in:
Bastian Kleineidam 2012-12-18 19:46:46 +01:00
parent f84444b27d
commit 257d701267

View file

@ -29,7 +29,7 @@ due to temporary site failures.</p>
</div> </div>
<script> <script>
window.onload = function() { window.onload = function() {
var wall = new Masonry( document.getElementById('container'), { var wall = new Masonry(document.getElementById('testresults'), {
columnWidth: 240 columnWidth: 240
}); });
}; };