We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bec180 commit 4acd360Copy full SHA for 4acd360
index.html
@@ -5,7 +5,7 @@
5
<title>JSON Diff - Online JSON Compare Diff Finder</title>
6
<link rel="stylesheet" href="www/lib/codemirror/lib/codemirror.css" charset="utf-8">
7
<link rel="stylesheet" href="www/lib/codemirror/theme/tomorrow-night.css" charset="utf-8">
8
- <link rel="stylesheet" href="css/main.css" charset="utf-8">
+ <link rel="stylesheet" href="css/main.css?cachebust=1" charset="utf-8">
9
</head>
10
<body>
11
<header id="header">
0 commit comments