File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
70
70
function viewPortToCount ( ) {
71
71
const zoom = Math . floor ( ( ( window . outerWidth - 10 ) / window . innerWidth ) * 100 ) ;
72
- return Math . floor ( window . innerHeight / ( 3 * zoom ) + 1 ) * ( window . innerWidth / ( 2.5 * zoom ) + 1 ) ;
72
+ return Math . floor ( ( window . innerHeight / ( 3 * zoom ) + 1 ) * ( window . innerWidth / ( 2.5 * zoom ) + 1 ) ) ;
73
73
}
74
74
75
75
function getInnerHtml ( node , query ) {
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ R"EXPECTEDRESULT( src="/ROOT/skin/jquery-ui/external/jquery/jquery.js?cache
319
319
src: url("/ROOT/skin/fonts/Roboto.ttf?cacheid=84d10248") format("truetype");
320
320
<script src="/ROOT/skin/isotope.pkgd.min.js?cacheid=2e48d392" defer></script>
321
321
<script src="/ROOT/skin/iso6391To3.js?cacheid=ecde2bb3"></script>
322
- <script type="text/javascript" src="/ROOT/skin/index.js?cacheid=c434aa35 " defer></script>
322
+ <script type="text/javascript" src="/ROOT/skin/index.js?cacheid=31ffa1f7 " defer></script>
323
323
)EXPECTEDRESULT"
324
324
},
325
325
{
You can’t perform that action at this time.
0 commit comments