Skip to content

Commit

Permalink
fix enableRaidTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewillem authored Mar 1, 2019
1 parent 064f70e commit 60f8bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ class="fa fa-comments"
var noWeatherIcons = <?php echo $noWeatherIcons === true ? 'true' : 'false' ?>;
var noWeatherShadow = <?php echo $noWeatherShadow === true ? 'true' : 'false' ?>;
var noRaidTimer = <?php echo $noRaidTimer === true ? 'true' : 'false' ?>;
var enableRaidTimer = <?php echo $noScanPolygon ? 'false' : $enableRaidTimer ?>;
var enableRaidTimer = <?php echo $noRaidTimer ? 'false' : $enableRaidTimer ?>;
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script src="static/dist/js/map.common.min.js"></script>
Expand Down

0 comments on commit 60f8bf7

Please sign in to comment.