1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

forgot to remove commented code

This commit is contained in:
mehdi
2019-07-29 16:24:42 +09:00
parent 80a63f7404
commit 928e0edf4d
5 changed files with 1 additions and 15 deletions

View File

@@ -78,7 +78,6 @@ class UiTab extends React.Component {
saveTagsAlphabetically: this.refs.saveTagsAlphabetically.checked,
enableLiveNoteCounts: this.refs.enableLiveNoteCounts.checked,
showMenuBar: this.refs.showMenuBar.checked,
// dateFormatISO8601: this.refs.dateFormatISO8601.checked,
disableDirectWrite: this.refs.uiD2w != null
? this.refs.uiD2w.checked
: false
@@ -295,16 +294,7 @@ class UiTab extends React.Component {
</div>
: null
}
{/* <div styleName='group-checkBoxSection'>
<label>
<input onChange={(e) => this.handleUIChange(e)}
checked={this.state.config.ui.dateFormatISO8601}
ref='dateFormatISO8601'
type='checkbox'
/>&nbsp;
{i18n.__('Date shortcut use iso 8601 format')}
</label>
</div> */}
<div styleName='group-header2'>Tags</div>
<div styleName='group-checkBoxSection'>