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

Fix bogus /tags and /targets queries.

Move {head_html} before the app.js.

This way the comments settings will be available before
the rest of the app is loaded, especially the CommentsProxy which
assumes the Docs.comments* settings to be available.
parent 30742362
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@

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

  {head_html}

  <!-- BEGIN JS -->
  <script type="text/javascript" src="resources/codemirror/codemirror.js"></script>
  <script type="text/javascript" src="resources/codemirror/javascript.js"></script>
@@ -31,8 +34,6 @@
  <!-- END JS -->
  <script type="text/javascript" src="resources/prettify/prettify.js"></script>

  {head_html}

</head>
<body id="ext-body">