Merge branch 'sprint/master_zhouxudong_fixbug' into 'master'
* Fix bug. See merge request easycorp/zentaopms!4943
This commit is contained in:
@@ -114,7 +114,6 @@
|
||||
data: postData,
|
||||
success: function(data)
|
||||
{
|
||||
console.log(data['title']);
|
||||
$('#fileTitle' + fileID).html("<i class='icon icon-file-text'></i> " + data['title']);
|
||||
$('#renameFile' + fileID).closest('li').removeClass('hidden');
|
||||
$('#renameBox' + fileID).addClass('hidden');
|
||||
|
||||
Reference in New Issue
Block a user