Skip to content

Commit

Permalink
Set proper url for vue js file
Browse files Browse the repository at this point in the history
  • Loading branch information
jomann09 committed Feb 15, 2023
1 parent 2c72cdb commit dd686b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcagent/step2.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
}

?>
<?php if (is_dev_mode()) { ?>
<?php if (!is_dev_mode()) { ?>
<script src="https://unpkg.com/vue@3.2.47/dist/vue.global.js"></script>
<?php } else { ?>
<script src="js/vue.global.js"></script>
<script src="<?php echo get_base_url(true); ?>includes/configwizards/rcagent/js/vue.3.2.47.prod.js"></script>
<?php } ?>

<style type="text/css">
Expand Down

0 comments on commit dd686b5

Please sign in to comment.