Skip to content

Commit 34847fd

Browse files
update
1 parent a2bfd25 commit 34847fd

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

assets/modules/food-module/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bower_components/datatables.net-select/js/dataTables.select.js
1212
* bower_components/datatables.net-bs/js/dataTables.bootstrap.js
1313
*
14-
* Last Update: 2025-12-12 16:40:01 GMT+0400
14+
* Last Update: 2025-12-12 16:58:53 GMT+0400
1515
*/
1616
/*!
1717
* JavaScript Cookie v2.2.1

assets/modules/food-module/js/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/modules/food-module/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Актуально для сайтов школ России
55
* Автор: Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
66
* GitHub: https://github.com/ProjectSoft-STUDIONIONS/food-module#readme
7-
* Last Update: 2025-12-12 16:40:01 GMT+0400
7+
* Last Update: 2025-12-12 16:58:53 GMT+0400
88
*/
99
window.DT_table = false;
1010
(function (factory) {

assets/modules/food-module/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68834,7 +68834,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
6883468834
!(function(){
6883568835
let options = {};
6883668836

68837-
let player = videojs('my-player', options, function onPlayerReady() {
68837+
let player = videojs('video', options, function onPlayerReady() {
6883868838
videojs.log('Your player is ready!');
6883968839
// In this context, `this` is the player that was created by Video.js.
6884068840
this.play();

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!(function(){
22
let options = {};
33

4-
let player = videojs('my-player', options, function onPlayerReady() {
4+
let player = videojs('video', options, function onPlayerReady() {
55
videojs.log('Your player is ready!');
66
// In this context, `this` is the player that was created by Video.js.
77
this.play();

0 commit comments

Comments
 (0)