Commit 6713d6c7 by Valera Rozuvan

Work in progress.

parent 7cfe279f
...@@ -271,6 +271,7 @@ function (VideoPlayer) { ...@@ -271,6 +271,7 @@ function (VideoPlayer) {
// The parent element of the video, and the ID. // The parent element of the video, and the ID.
this.el = $(element).find('.video'); this.el = $(element).find('.video');
this.elVideoWrapper = this.el.find('.video-wrapper');
this.id = this.el.attr('id').replace(/video_/, ''); this.id = this.el.attr('id').replace(/video_/, '');
console.log( console.log(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment