mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Always show Sieve rainloop.user editor save button #493
This commit is contained in:
parent
edb7b38e0c
commit
8e0c710815
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
<span data-i18n="POPUPS_SIEVE_SCRIPT/VALIDATE"></span>
|
||||
</a>
|
||||
-->
|
||||
<a class="btn buttonSave" data-bind="visible: hasChanges, click: function() { $root.saveScript(); }, css: {'btn-danger': $root.saveError}">
|
||||
<a class="btn buttonSave" data-bind="click: function() { $root.saveScript(); }, css: {'btn-danger': $root.saveError}">
|
||||
<i class="fontastic" data-bind="css: {'icon-spinner': $root.saving}">💾</i>
|
||||
<span data-i18n="GLOBAL/SAVE"></span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue