diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-03 17:39:10 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-03 17:39:10 -0400 |
commit | 45a2268fc8855162c39205f78b3ef286d74e5224 (patch) | |
tree | fb1df7981d260c872b90400c914cc81b9f77eb4a /src/SMAPI.Web/Views | |
parent | 3f87210212e5ac8821ab806033f9173ed0fc0b6c (diff) | |
download | SMAPI-45a2268fc8855162c39205f78b3ef286d74e5224.tar.gz SMAPI-45a2268fc8855162c39205f78b3ef286d74e5224.tar.bz2 SMAPI-45a2268fc8855162c39205f78b3ef286d74e5224.zip |
add log parser banner margin
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 |
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 c9ad5da9..a8b81c52 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -11,7 +11,7 @@ <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20180603" /> <script src="https://cdn.jsdelivr.net/npm/vue"></script> <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=20180225"></script> + <script src="~/Content/js/log-parser.js?r=20180603"></script> <script> $(function() { smapi.logParser({ |