修复:PPT图片预览模式前端显示异常
This commit is contained in:
1109
server/src/main/resources/static/pptx/bootstrap/css/bootstrap-responsive.css
vendored
Normal file
1109
server/src/main/resources/static/pptx/bootstrap/css/bootstrap-responsive.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
server/src/main/resources/static/pptx/bootstrap/css/bootstrap-responsive.min.css
vendored
Normal file
9
server/src/main/resources/static/pptx/bootstrap/css/bootstrap-responsive.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6167
server/src/main/resources/static/pptx/bootstrap/css/bootstrap.css
vendored
Normal file
6167
server/src/main/resources/static/pptx/bootstrap/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
2280
server/src/main/resources/static/pptx/bootstrap/js/bootstrap.js
vendored
Normal file
2280
server/src/main/resources/static/pptx/bootstrap/js/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
server/src/main/resources/static/pptx/bootstrap/js/bootstrap.min.js
vendored
Normal file
6
server/src/main/resources/static/pptx/bootstrap/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@ -15,21 +15,7 @@ $(document).ready(function() {
|
||||
|
||||
// async method:
|
||||
$.get('onlinePreview?' , params, function(data, status) {
|
||||
|
||||
var data = JSON.parse(data);
|
||||
//$.get('http://nw.runmin.net/url.json?start=1&size=0' + size, params, function(data, status) {
|
||||
/* sync method, used by sync view (speaker & audience)
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: contextPath + '/view/' + uuid + '.json',
|
||||
async: false,
|
||||
dataType: "json",
|
||||
data: params,
|
||||
}).done(function( data ) {
|
||||
*/
|
||||
//console.log(data);
|
||||
var viewCheck = authMap.view;
|
||||
var downCheck = authMap.down;
|
||||
var data = JSON.parse(data);
|
||||
var code = data.code;
|
||||
if (1 == code) {
|
||||
uuid = data.uuid;
|
||||
@ -51,7 +37,7 @@ $(document).ready(function() {
|
||||
} else {
|
||||
$('.container-fluid .row-fluid').html('<section><div class="alert alert-error">' + data.desc + '</div></section>');
|
||||
}
|
||||
|
||||
|
||||
clearProgress();
|
||||
});
|
||||
|
||||
@ -83,7 +69,7 @@ $(document).ready(function() {
|
||||
$('.slide-img-container .ppt-turn-right-mask').click(function () {
|
||||
nextSlide();
|
||||
});
|
||||
|
||||
|
||||
// Right click (NOT supported in SOUGOU browser)
|
||||
/*
|
||||
$.contextMenu({
|
||||
|
||||
Reference in New Issue
Block a user