Skip to content

Commit 8133352

Browse files
authored
Update script.js
1 parent c4ba714 commit 8133352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function drawLayout() {
3434
}
3535

3636
function drawHorizontalLayout() {
37+
console.log('Drawing horizontal layout');
3738
var phoneFrame = document.getElementById('phone_frame');
3839
phoneFrame.style.height = window.innerHeight + 'px';
3940
document.getElementById('phone_container').style.left = '0px';

0 commit comments

Comments
 (0)