Commit 1fcbc6ba by Masaru Abe

ストリーミング対応

parent 70fc78e7
......@@ -112,9 +112,7 @@
<script type="text/javascript">
$(document).ready(function() {
CONTENTVIEW.ready();
//CONTENTVIEW_STREAMING.ready();
CONTENTVIEW_STREAMING.ready();
//$('#menu').hide();
});
......
......@@ -6,7 +6,11 @@ CONTENTVIEW_STREAMING.isShowMenu = false;
CONTENTVIEW_STREAMING.ready = function(){
//CONTENTVIEW.handleDisplayToolbar();
CONTENTVIEW_INITOBJECT.clearViewerComponent();
CONTENTVIEW.cssInit();
$("#viewer").show();
CONTENTVIEW.ready();
};
......
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