summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/LogParser/Index.cshtml
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-03-14 19:34:14 -0400
committerGitHub <noreply@github.com>2019-03-14 19:34:14 -0400
commitbd3a641949a2a52b7f89210d8e56ea8c6270874d (patch)
tree0a794afbda01efb8fb9d794ca6389a8f7611a724 /src/SMAPI.Web/Views/LogParser/Index.cshtml
parent0e504ce18aff14409c37b44462e58b94c1bbb9df (diff)
parentf91d9ce97eadd35314a5b4c46e9cbe0649387b97 (diff)
downloadSMAPI-bd3a641949a2a52b7f89210d8e56ea8c6270874d.tar.gz
SMAPI-bd3a641949a2a52b7f89210d8e56ea8c6270874d.tar.bz2
SMAPI-bd3a641949a2a52b7f89210d8e56ea8c6270874d.zip
Merge pull request #627 from danvolchek/no-hover-jumping
Stop log messages from jumping around in hover edge case
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser/Index.cshtml')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 36855768..babd0bd3 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -17,7 +17,7 @@
{
<meta name="robots" content="noindex" />
}
- <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190310" />
+ <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190314" />
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js" crossorigin="anonymous"></script>
<script src="~/Content/js/log-parser.js?r=20190310"></script>