Commit b2274820 authored by serapath's avatar serapath Committed by yann300

support tab: refactor away yo.update

parent 208203c3
...@@ -44,7 +44,6 @@ module.exports = class SupportTab { ...@@ -44,7 +44,6 @@ module.exports = class SupportTab {
${self._view.gitterIframe} ${self._view.gitterIframe}
</div> </div>
</div>` </div>`
if (!self._view.el) self._view.el = el
return self._view.el return self._view.el
function openLink () { window.open('https://gitter.im/ethereum/remix') } function openLink () { window.open('https://gitter.im/ethereum/remix') }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment