remove close btn

This commit is contained in:
sanj 2010-11-06 22:46:09 +05:30
parent a803d7280a
commit 9a6e5a5b8b

View File

@ -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;