Fixed "Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.

application.js:9067 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.".
This commit is contained in:
Martin Edenhofer 2016-06-05 09:12:52 +02:00
parent b0b4cfcade
commit 19c3335d10

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title><%= Setting.get('product_name') %></title> <title><%= Setting.get('product_name') %></title>
<%= stylesheet_link_tag "application", :media => 'all' %> <%= stylesheet_link_tag "application", :media => 'all' %>
<%= stylesheet_link_tag "application-print", :media => 'print' %> <%= stylesheet_link_tag "application-print", :media => 'print' %>