Commit 0462fd7e authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

debug js

parent 623e0fdf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ const ALL_TXT_SEARCH = 'all_txt';
class SearchPlugin extends Plugin{
    constructor(name) {
     super(name);
     if(document.querySelector('input[name="searchMode"]'))
        this.searchModeChanged();
  }