Sfoglia il codice sorgente

[search] Disable is editing

Enrico Berti 11 anni fa
parent
commit
bae6007
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      apps/search/src/search/templates/search.mako

+ 0 - 1
apps/search/src/search/templates/search.mako

@@ -1816,7 +1816,6 @@ $(document).ready(function () {
   }
 
   viewModel = new SearchViewModel(${ collection.get_c(user) | n,unicode }, _query, ${ initial | n,unicode });
-  viewModel.isEditing(true);
   ko.applyBindings(viewModel);