Skip to content

Commit 294bb53

Browse files
committed
#5-08-2024
1 parent 68947d1 commit 294bb53

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

appsTeacher/lectures/site_files/html/view-video.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,20 @@
1818
border: none;
1919
display: none;
2020
}
21+
#blocker{
22+
position: fixed;
23+
left: 0px;
24+
top: 0px;
25+
height: 900%;
26+
width: 100%;
27+
background-color: transparent;
28+
border: none;
29+
display: block;
30+
}
2131
</style>
2232
</head>
2333
<body class="##session.lang##" ng-controller="view-video">
34+
<div id="blocker"></div>
2435
<iframe src="https://www.youtube.com/embed/##data.videoId##" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2536
<div x-import="teacher-theme/scripts.html"></div>
2637
<script x-import="lectures/view-video.js"></script>

pull.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git add *
2-
git commit -m "#01-06-2024"
2+
git commit -m "#05-08-2024"
33
git pull origin master

push.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git add *
2-
git commit -m "#01-06-2024"
2+
git commit -m "#05-08-2024"
33
git push origin HEAD:master

0 commit comments

Comments
 (0)