Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
332b4444b5377ac3a7cadf984622b67d9c8fc451
1 parent
fb6aaad4
save
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/spread.page.js
public/js/home/spread.page.js
View file @
332b444
...
...
@@ -46,7 +46,7 @@ function saveTrendWord(dg) {
$
.
ajax
({
url
:
'/home/spread/updateword'
,
type
:
'POST'
,
data
:
{
word
:
word
}
,
data
:
{
word
:
word
}
}).
done
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
$spreadWord
.
text
(
word
);
...
...
Please
register
or
login
to post a comment