Skip to content

Commit

Permalink
update to v1.0.32-release
Browse files Browse the repository at this point in the history
  • Loading branch information
KOHGYLW committed May 18, 2020
1 parent 9d104a2 commit 79e6f2a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Binary file modified kiftd-1.0.32-RELEASE.jar
Binary file not shown.
Binary file modified kiftd说明文档.pdf
Binary file not shown.
4 changes: 1 addition & 3 deletions webContext/quickview/kplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ $(function() {
success : function(result) {
if (result != "ERROR") {
f = eval("(" + result + ")");
$("#vname").text(
f.fileName.replace('\'', '&#39;').replace('<',
'&lt;').replace('>', '&gt;'));
$("#vname").text(f.fileName);
$("#vcreator").text(f.fileCreator);
$("#vcdate").text(f.fileCreationDate);
$("#vsize").text(f.fileSize);
Expand Down
2 changes: 1 addition & 1 deletion webContext/quickview/kplayer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79e6f2a

Please sign in to comment.