Updated dashboard.html

My bad, changed wrong version string (last commit was supposed to change the JS file instead of the CSS file).
This commit is contained in:
Bobby Wibowo 2018-03-24 21:21:10 +07:00
parent 616124446f
commit 6dccd1c982
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -13,10 +13,10 @@
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=V2RnA3Mwhh"> <link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=V2RnA3Mwhh">
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=V2RnA3Mwhh"> <link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=V2RnA3Mwhh">
<link rel="stylesheet" type="text/css" href="css/style.css?v=ugMWEbHDxs"> <link rel="stylesheet" type="text/css" href="css/style.css?v=ugMWEbHDxs">
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=ugMWEbHDxs"> <link rel="stylesheet" type="text/css" href="css/dashboard.css?v=V2RnA3Mwhh">
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=V2RnA3Mwhh"></script> <script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=V2RnA3Mwhh"></script>
<script type="text/javascript" src="libs/axios/axios.min.js?v=V2RnA3Mwhh"></script> <script type="text/javascript" src="libs/axios/axios.min.js?v=V2RnA3Mwhh"></script>
<script type="text/javascript" src="js/dashboard.js?v=29qSkTNt9U"></script> <script type="text/javascript" src="js/dashboard.js?v=ugMWEbHDxs"></script>
<!-- Open Graph tags --> <!-- Open Graph tags -->
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />