fix the things

This commit is contained in:
ehpersonal38
2023-05-25 15:54:54 -04:00
parent 049b62d6ae
commit 88ccda11f3
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -66,6 +66,7 @@ elseif ($config["LONGITUDE"] == "0.000") {
echo "<center style='color:red'><b>WARNING: Your longitude is not set properly. Please do so now in Tools -> Settings.</center></b>";
}
?>
<?php if(!isset($_GET['hidehtml'])){?>
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
<style>
body::-webkit-scrollbar {
@@ -138,7 +139,7 @@ function copyOutput(elem) {
document.execCommand("copy");
}
</script>
<?php } //hidehtml ?>
<div class="views">
<?php
if(isset($_GET['view'])){
@@ -451,3 +452,4 @@ window.onbeforeunload = function(event) {
</script>
</div>
</body>