Skip to content

Commit

Permalink
Merge pull request #184 from bmclaughlin/add-vmrc-api-version
Browse files Browse the repository at this point in the history
Add latest VMRC API version
(cherry picked from commit 90608b7)

https://bugzilla.redhat.com/show_bug.cgi?id=1414928
  • Loading branch information
Dan Clarizio authored and simaishi committed Jan 20, 2017
1 parent ebd4b09 commit 33f7d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vm_common/console_vmrc.html.haml
@@ -1,7 +1,7 @@
= render :partial => 'layouts/doctype'
%html{:lang => I18n.locale.to_s.sub('-', '_')}
%head
- if %w(5.1 5.5).include?(api_version) && is_browser_ie?
- if %w(5.1 5.5 6.0).include?(api_version) && is_browser_ie?
- if browser_info(:version).to_i > 10
%meta{:content => "IE=EmulateIE8", "http-equiv" => "X-UA-Compatible"}
- elsif browser_info(:version).to_i > 9
Expand Down

0 comments on commit 33f7d11

Please sign in to comment.