summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-01-02 16:48:33 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-01-02 16:48:33 -0500
commitd471ac296e2e6ca737781f80794a521b74ac75fb (patch)
treef20cfb05396910554db10e5feb0448b8719a76dc /src/SMAPI.Web/Views
parentd1a829497292ea4c72da5f9bbfb3b50404e06022 (diff)
downloadSMAPI-d471ac296e2e6ca737781f80794a521b74ac75fb.tar.gz
SMAPI-d471ac296e2e6ca737781f80794a521b74ac75fb.tar.bz2
SMAPI-d471ac296e2e6ca737781f80794a521b74ac75fb.zip
fix parse error for logs with zero installed mods
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index b7724c69..1659de8f 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -3,9 +3,9 @@
}
@model StardewModdingAPI.Web.ViewModels.LogParserModel
@section Head {
- <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20171202" />
+ <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20180101" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" crossorigin="anonymous"></script>
- <script src="~/Content/js/log-parser.js?r=20171202"></script>
+ <script src="~/Content/js/log-parser.js?r=20180101"></script>
<style type="text/css" id="modflags"></style>
<script>
$(function() {