From f4d329eb5fb6a571235627d319a35164baf1c464 Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Sat, 6 May 2023 18:31:57 +0200 Subject: [PATCH] SSDM-13427: Remove out-commented code --- .../html/js/views/AdvancedSearch/AdvancedSearchView.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js index 12a6cf922a5..f0b8b79fd24 100644 --- a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js +++ b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js @@ -626,10 +626,6 @@ function AdvancedSearchView(advancedSearchController, advancedSearchModel) { this._getNegationOperatorDropdownComponent = function(uuid) { var _this = this; -// var negationOperatorOptions = [{value : "Non", label : "", selected : true }, -// {value : "NOT", label : "NOT"}]; -// var $dropDownComponent = FormUtil.getDropdown(negationOperatorOptions, "Select Operator"); -// return $dropDownComponent; var $checkbox = $('<input>', {'type' : 'checkbox'}) $checkbox.change(function() { _this._advancedSearchModel.criteria.rules[uuid].negate = $checkbox.is(":checked"); -- GitLab