Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
YunseoJang
fooddiary
Commits
f7049c61
Commit
f7049c61
authored
3 years ago
by
YunseoJang
Browse files
Options
Download
Email Patches
Plain Diff
Update function.js
parent
93491373
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fooddiary/function.js
+1
-12
fooddiary/function.js
with
1 addition
and
12 deletions
+1
-12
fooddiary/function.js
View file @
f7049c61
...
...
@@ -88,17 +88,6 @@
case
'
text
'
:
post
[
item
.
name
]
=
item
.
value
;
break
;
/*case 'checkbox':
if (item.name === 'w_icon') {
if (item.checked === true) {
post[item.name] = post[item.name] + 1;
}
} else {
if (item.checked === true) {
post[item.name] = item.value;
}
}
break;*/
default
:
break
;
}
...
...
@@ -297,4 +286,4 @@
}
window
.
addEventListener
(
'
load
'
,
start
);
})();
\ No newline at end of file
})();
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help