|
|
@@ -1,10 +1,12 @@
|
|
|
function initCheck() {
|
|
|
addBreadMenu("/view/mytask/check.html", "视频稽查");
|
|
|
-
|
|
|
+ $('#ex1').slider({ tooltip: 'hide' });
|
|
|
+ $("#ex1").on("slideStop", function (slideEvt) {
|
|
|
setVideoProcess(slideEvt.value);
|
|
|
});
|
|
|
|
|
|
|
|
|
+
|
|
|
$("#tabcontent").css("height", ($("#video_content").height() - 80) + "px");
|
|
|
|
|
|
|