removed an unused field

This commit is contained in:
antelle 2019-08-17 20:09:24 +02:00
parent 02bb56357f
commit 74a005d0e3
3 changed files with 1 additions and 5 deletions

View File

@ -40,7 +40,6 @@
"help": "Help",
"settings": "Settings",
"plugins": "Plugins",
"rank": "rank",
"cache": "cache",
"file": "file",

View File

@ -101,8 +101,7 @@ const ListSearchView = Backbone.View.extend({
cs: false,
regex: false,
history: false,
title: true,
rank: true
title: true
};
if (this.model.advancedSearch) {
this.advancedSearch = _.extend({}, this.model.advancedSearch);

View File

@ -39,8 +39,6 @@
{{#if adv.regex}}checked{{/if}}><label for="list__search-adv-check-regex">{{res 'searchRegex'}}</label></div>
<div class="list__search-check"><input type="checkbox" id="list__search-adv-check-history" data-id="history"
{{#if adv.history}}checked{{/if}}><label for="list__search-adv-check-history">{{Res 'history'}}</label></div>
<div class="list__search-check"><input type="checkbox" id="list__search-adv-check-rank" data-id="rank"
{{#if adv.rank}}checked{{/if}}><label for="list__search-adv-check-rank">{{Res 'rank'}}</label></div>
</div>
</div>
</div>