1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Dick Choi
2016-10-17 06:10:46 +09:00
parent f112b0bf03
commit 434e361d5d
4 changed files with 8 additions and 5 deletions

View File

@@ -23,10 +23,6 @@ document.addEventListener('dragover', function (e) {
e.stopPropagation()
})
if (process.env !== 'production') {
require('devtron').install()
}
let el = document.getElementById('content')
const history = syncHistoryWithStore(hashHistory, store)