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
1db2344c1002e1ba133aeeb45b263cdeb74452fa
1 parent
03b17aa2
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
res/js/yohood.js
res/js/yohood.js
View file @
1db2344
...
...
@@ -967,7 +967,8 @@ define('yohood', function(require, exports) {
// 表单验证
if
(
$
(
'#exhibitor-form'
).
length
>
0
)
{
var
exhibitorForm
=
$
(
'#exhibitor-form'
).
validate
({
focusInvalid
:
false
,
//focusInvalid: false,
onsubmit
:
true
,
rules
:
{
name
:
{
required
:
true
...
...
Please
register
or
login
to post a comment