Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
c6a385d7ec1e134c6971fe78eee5f1fab95c9e14
2 parents
7a8f161d
c53cc73a
Merge branch 'hotfix/student'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
public/js/activity/register.page.js
public/js/activity/register.page.js
View file @
c6a385d
...
...
@@ -366,9 +366,9 @@ window.JI_getselectvalue = function(type, value) {
$
(
'.s-blue'
).
click
(
function
()
{
localStorage
.
setItem
(
STUDENTCOOKIES
,
JSON
.
stringify
(
changeSuccess
().
data
));
});
setFormByCookes
(
localStorage
.
getItem
(
STUDENTCOOKIES
));
$
(
function
()
{
setFormByCookes
(
localStorage
.
getItem
(
STUDENTCOOKIES
));
});
// data-aslider-in="education|fade"
$
(
document
).
on
(
'click'
,
'#s-education .s-item'
,
function
()
{
...
...
Please
register
or
login
to post a comment