Remove title that cause crash ?!

This commit is contained in:
Sébastien Clément 2018-02-15 01:16:50 +01:00 committed by GitHub
parent c2c8a7f17a
commit 9d75263053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
<a data-bind="click: click, visible: visibleTest()" title="{{ _('!!! Emergency Stop !!!') }}" href="#">
<a data-bind="click: click, visible: visibleTest()" href="#">
<i class="icon-remove-sign" style="color: red"></i>
</a>