Skip to content

Commit

Permalink
поправил prefetch hint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Sep 18, 2023
1 parent 9d8ab06 commit 5fda6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/head.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<html lang=ru>
<head>
<link rel="stylesheet" type="text/css" href="/${template.style}/combined.css?MAVEN_BUILD_TIMESTAMP">
<link rel="preload" href="/js/lor.js?MAVEN_BUILD_TIMESTAMP">
<link rel="preload" href="/js/lor.js?MAVEN_BUILD_TIMESTAMP" as="script">

<link rel="yandex-tableau-widget" href="/manifest.json" />
<meta name="referrer" content="always">
Expand All @@ -49,8 +49,8 @@
$script('/webjars/jquery/2.2.4/jquery.min.js', 'jquery');
$script.ready('jquery', function() {
$script('/js/plugins.js?MAVEN_BUILD_TIMESTAMP', 'plugins');
$script('/js/lor.js?MAVEN_BUILD_TIMESTAMP', 'lorjs');
$script('/js/plugins.js?MAVEN_BUILD_TIMESTAMP', 'plugins');
});
$script('/js/highlight.pack.js?MAVEN_BUILD_TIMESTAMP', 'hljs');
Expand Down

0 comments on commit 5fda6e3

Please sign in to comment.