aboutsummaryrefslogtreecommitdiff
path: root/redirector.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2018-08-17 14:22:49 +0000
committerGitHub <noreply@github.com>2018-08-17 14:22:49 +0000
commit0d751fc671608fcbcf20bc6da606d6df2b46e065 (patch)
treea90b1a6a2552f9b56e7fbf4b0b832c98420599aa /redirector.html
parent39f27b1eeef38978fb4f4cd0ab733e1e91ed1e8c (diff)
parent52f9492de5ef5b95828ba0ed56ce51a8113f88b2 (diff)
Merge pull request #128 from gkrishnaks/master
Hide Sync option for firefox in settings page
Diffstat (limited to 'redirector.html')
-rw-r--r--redirector.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.html b/redirector.html
index 914d32f..6a7f2a3 100644
--- a/redirector.html
+++ b/redirector.html
@@ -193,7 +193,7 @@
<a class="btn medium grey padded" ng-click="duplicateRedirect($index)">Duplicate</a>
</div>
</div>
- <label id="storage-sync-option"><input type="checkbox" ng-model="isSyncEnabled" ng-click="toggleSyncSetting()" /> Enable Storage Sync</label>
+ <label id="storage-sync-option" ng-if="showSyncOption"><input type="checkbox" ng-model="isSyncEnabled" ng-click="toggleSyncSetting()" /> Enable Storage Sync</label>
</div>
<footer>