Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
ping
2016-03-09 10:34:49 +0800
Commit
46a09b5f6dbe6a0ca7cf9294453faf8f5826f7bb
1 parent
06d77415
add bucket
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
client/js/activity/edit.js
client/js/activity/edit.js
View file @
46a09b5
...
...
@@ -2,7 +2,9 @@
'use strict'
;
var
$
=
require
(
'jquery'
),
common
=
require
(
'../common/common'
);
var
e
=
new
common
.
edit
(
"#activityForm"
);
var
e
=
new
common
.
edit
(
"#activityForm"
,
{
"bucket"
:
"activity"
});
e
.
on
(
"render"
,
function
()
{
...
...
Please
register
or
login
to post a comment