diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-09 17:04:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-09 17:04:39 -0400 |
commit | 0336fb252420194d518d6c21c3d1a8f372565c2f (patch) | |
tree | 8731095dcb5fc6ab165cfa0996de1ef399ef338a /src/SMAPI.Web/Views/LogParser | |
parent | 376dadd3412752cf406958ca889e326bfdd53087 (diff) | |
download | SMAPI-0336fb252420194d518d6c21c3d1a8f372565c2f.tar.gz SMAPI-0336fb252420194d518d6c21c3d1a8f372565c2f.tar.bz2 SMAPI-0336fb252420194d518d6c21c3d1a8f372565c2f.zip |
add temporary cachebusting queries for log parser
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 4 |
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 11f15403..6c9feb43 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -34,14 +34,14 @@ <meta name="robots" content="noindex" /> } <link rel="stylesheet" href="~/Content/css/file-upload.css" /> - <link rel="stylesheet" href="~/Content/css/log-parser.css" /> + <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20220409" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tabbyjs@12.0.3/dist/css/tabby-ui-vertical.min.css" /> <script src="https://cdn.jsdelivr.net/npm/tabbyjs@12.0.3" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/vue@2.6.14" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1" crossorigin="anonymous"></script> <script src="~/Content/js/file-upload.js"></script> - <script src="~/Content/js/log-parser.js"></script> + <script src="~/Content/js/log-parser.js?r=20220409"></script> <script id="serializedData" type="application/json"> @if (!Model.ShowRaw) |