Преглед изворни кода

Multiple filter area fix (#3738)

version-14
Faris Ansari пре 8 година
committed by Makarand Bauskar
родитељ
комит
5ed241d81a
1 измењених фајлова са 1 додато и 3 уклоњено
  1. +1
    -3
      frappe/public/js/frappe/ui/filters/filters.js

+ 1
- 3
frappe/public/js/frappe/ui/filters/filters.js Прегледај датотеку

@@ -11,9 +11,7 @@ frappe.ui.FilterList = Class.extend({
this.set_events();
},
make: function() {
var me = this;

this.wrapper.find('.show_filters').remove();
this.wrapper.find('.show_filters, .filter_area').remove();
this.wrapper.append(`
<div class="show_filters">
<div class="set-filters">


Loading…
Откажи
Сачувај