From 279196d5453f016111a18ea95b6bbbd6d7573a31 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 20 Jun 2013 12:06:08 +0200 Subject: [PATCH] Fix select2 components on IE8 --- .../main/webapp/WEB-INF/app/helpers/application_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb index 9d7bd8d4991..b1957e6bb68 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb @@ -618,7 +618,7 @@ module ApplicationHelper js += "$j('##{html_id}').select2('open');" end - "#{html}" + "#{html}" end @@ -774,7 +774,7 @@ module ApplicationHelper :disabled => options[:disabled], :id => html_id) js = "$j('##{html_id}').select2({#{js_options.map { |k, v| "#{k}:#{v}" }.join(',')}});" - "#{html}" + "#{html}" end # @@ -810,7 +810,7 @@ module ApplicationHelper if options[:open] js += "$j('##{html_id}').select2('open');" end - "#{html}" + "#{html}" end # -- 2.39.5