remove close btn
This commit is contained in:
parent
a803d7280a
commit
9a6e5a5b8b
3
test.js
3
test.js
|
@ -103,7 +103,7 @@ function setupPadmaLink(videoObj, data) {
|
|||
var annotHtml = '';
|
||||
}
|
||||
$('.annotationText').html(annotHtml);
|
||||
|
||||
/*
|
||||
var closeBtn = $('<div />')
|
||||
.addClass("close")
|
||||
.click(function() {
|
||||
|
@ -111,6 +111,7 @@ function setupPadmaLink(videoObj, data) {
|
|||
})
|
||||
.text("x")
|
||||
.appendTo('.padmaViewer');
|
||||
*/
|
||||
var videoElem = $('video');
|
||||
// var videoObj = video;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user