pull/1/head
yann300 6 years ago
parent 07d2e60f12
commit edebc4a894
  1. 2
      src/app/tabs/run-tab.js

@ -81,7 +81,7 @@ function runTab (opts, localRegistry) {
var container = yo`<div class="${css.runTabView}" id="runTabView" ></div>` var container = yo`<div class="${css.runTabView}" id="runTabView" ></div>`
var recorder = new Recorder(self._deps.udapp, self._deps.fileManager, self._deps.udapp.config) var recorder = new Recorder(self._deps.udapp, self._deps.fileManager, self._deps.config)
recorder.event.register('newTxRecorded', (count) => { recorder.event.register('newTxRecorded', (count) => {
this.data.count = count this.data.count = count
this._view.recorderCount.innerText = count this._view.recorderCount.innerText = count

Loading…
Cancel
Save