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 = '';
|
var annotHtml = '';
|
||||||
}
|
}
|
||||||
$('.annotationText').html(annotHtml);
|
$('.annotationText').html(annotHtml);
|
||||||
|
/*
|
||||||
var closeBtn = $('<div />')
|
var closeBtn = $('<div />')
|
||||||
.addClass("close")
|
.addClass("close")
|
||||||
.click(function() {
|
.click(function() {
|
||||||
|
@ -111,6 +111,7 @@ function setupPadmaLink(videoObj, data) {
|
||||||
})
|
})
|
||||||
.text("x")
|
.text("x")
|
||||||
.appendTo('.padmaViewer');
|
.appendTo('.padmaViewer');
|
||||||
|
*/
|
||||||
var videoElem = $('video');
|
var videoElem = $('video');
|
||||||
// var videoObj = video;
|
// var videoObj = video;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user