gui: Fix comparison operator in expression (ref #3035)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3036
This commit is contained in:
Jakob Borg 2016-05-04 20:30:18 +00:00 committed by Audrius Butkevicius
parent 459930df09
commit 591959261c
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@
</table>
</div>
<div class="panel-footer">
<button type="button" class="btn btn-sm btn-danger pull-left" ng-click="override(folder.id)" ng-if="folderStatus(folder) == 'outofsync' && folder.type = 'readonly'">
<button type="button" class="btn btn-sm btn-danger pull-left" ng-click="override(folder.id)" ng-if="folderStatus(folder) == 'outofsync' && folder.type == 'readonly'">
<span class="fa fa-arrow-circle-up"></span>&nbsp;<span translate>Override Changes</span>
</button>
<span class="pull-right">