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
  • Loading branch information
Dan Clarizio committed Jan 19, 2017
2 parents dd940f7 + 7b9cfda commit 90608b7
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 90608b7

Please sign in to comment.