[web] Minor fixes.

This commit is contained in:
Matthew Shao 2017-08-08 22:46:47 +08:00
parent 32957976f5
commit 0ad552ead4
2 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,8 @@
*/ */
import { fetchApi } from "../utils" import { fetchApi } from "../utils"
const CMD_RESET = 'reset'
export default class StaticBackend { export default class StaticBackend {
constructor(store) { constructor(store) {
this.activeFetches = {}
this.store = store this.store = store
this.onOpen() this.onOpen()
} }

View File

@ -19,9 +19,7 @@ export default function OptionMenu() {
</div> </div>
<div className="menu-legend">Protocol Support</div> <div className="menu-legend">Protocol Support</div>
</div> </div>
</HideInStatic>
<HideInStatic>
<div className="menu-group"> <div className="menu-group">
<div className="menu-content"> <div className="menu-content">
<SettingsToggle setting="anticache"> <SettingsToggle setting="anticache">