Skip to content

Commit

Permalink
Adiciona a versão aos assets do instalador
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Sep 24, 2019
1 parent dd4899d commit ac4a9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function boolIcon(bool $bool): string
crossorigin="anonymous">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|PT+Mono">
<link rel="stylesheet" href="css/install.css">
<link rel="stylesheet" href="css/install.css?version=<?php echo $currIeducarVersion ?>">
</head>

<body>
Expand Down Expand Up @@ -335,6 +335,6 @@ function boolIcon(bool $bool): string
<script
src="https://www.promisejs.org/polyfills/promise-7.0.4.min.js">
</script>
<script src="js/install.js"></script>
<script src="js/install.js?version=<?php echo $currIeducarVersion ?>"></script>
</body>
</html>

0 comments on commit ac4a9f6

Please sign in to comment.