Commit f1e12729 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Use script instead of protocol-less URL.

IE7 & 8 will download this kind of URL twice, so better to use a script.

See also: http://stackoverflow.com/questions/4831741/can-i-change-all-my-http-links-to-just
parent 2e7f531b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@
  <link rel="stylesheet" href="resources/css/viewport.css" type="text/css" />
  <!-- END CSS -->
  <link rel="stylesheet" href="resources/prettify/prettify.css" type="text/css" />
  <link href="//fonts.googleapis.com/css?family=Exo" rel="stylesheet" type="text/css" />
  <script type="text/javascript">
  document.write("<link href='"+document.location.protocol+"//fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css' />");
  </script>
  <style type="text/css">
  .description .short { display: none !important }
  .description .long { display: block !important }
+3 −1
Original line number Diff line number Diff line
@@ -13,7 +13,9 @@
  <link rel="stylesheet" href="resources/codemirror/codemirror.css" type="text/css" />
  <!-- END CSS -->
  <link rel="stylesheet" href="resources/prettify/prettify.css" type="text/css" />
  <link href="//fonts.googleapis.com/css?family=Exo" rel="stylesheet" type="text/css" />
  <script type="text/javascript">
  document.write("<link href='"+document.location.protocol+"//fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css' />");
  </script>

  <script type="text/javascript" src="{extjs_path}"></script>
  <script type="text/javascript" src="data.js"></script>