Commit f7049c61 authored by YunseoJang's avatar YunseoJang
Browse files

Update function.js

parent 93491373
No related merge requests found
Showing with 1 addition and 12 deletions
+1 -12
......@@ -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
})();
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment