Revert "site: use cdn to improve performance, close: #3646"

This reverts commit 47f56eab23.
This commit is contained in:
Benjy Cui 2016-12-20 10:19:06 +08:00
parent 8018529582
commit f3c55c6ef8

View File

@ -50,6 +50,7 @@ export default function createPicker(TheCalendar) {
clearSelection(e) {
e.preventDefault();
e.stopPropagation();
this.setState({ value: null });
this.handleChange(null);
},