Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
4cc915d8a8ea9933221af06996cd3dfdd1665e8b
1 parent
240af416
master
...
develop
release_v4
test
在线登记
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
res/js/yohood.js
res/js/yohood.js
View file @
4cc915d
...
...
@@ -803,7 +803,7 @@ define('yohood', function(require, exports) {
$
(
"#upload-file"
).
uploadify
({
height
:
30
,
multi
:
false
,
fileTypeExts
:
'*.gif; *.jpg; *.png; *.pdf; *.rar; *.doc; *.xlsx; *.ppt
, *.zip
'
,
fileTypeExts
:
'*.gif; *.jpg; *.png; *.pdf; *.rar; *.doc; *.xlsx; *.ppt
; *.zip;*.pptx;*.docx;*.xls
'
,
buttonText
:
(
$
(
"#upload-file"
).
attr
(
"lang"
)
==
'en'
)
?
'upload'
:
'上传文件'
,
swf
:
'/../uploadify.swf'
,
uploader
:
'/onlinereg/uploadfile'
,
...
...
Please
register
or
login
to post a comment