Skip to content

Commit

Permalink
Merge pull request otale#62 from pkwenda/dev
Browse files Browse the repository at this point in the history
🦄  fix otale#61 edit spell error
  • Loading branch information
nonacosa authored Feb 28, 2017
2 parents 9057f1e + c771bad commit 344f764
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/resources/templates/admin/attach.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,12 @@ <h4 class="page-title">文件管理</h4>
dictInvalidInputType:'不支持您上传的类型',
dictMaxFilesExceeded:'您的文件超过'+ $.constant().MAX_FILES+'个!',
init: function() {
// this.on("addedfile", function(file) {
// tale.alertError('暂不支持您的浏览器长传!');
// });

this.on("addedfile", function(file) {
tale.alertError('暂不支持您的浏览器上传!');
});


}
});

Expand Down

0 comments on commit 344f764

Please sign in to comment.