diff options
Diffstat (limited to 'license.php')
| -rw-r--r-- | license.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/license.php b/license.php index 402c696..5470c63 100644 --- a/license.php +++ b/license.php @@ -14,6 +14,8 @@ $dap_current_env = dap_get_current_env(); <?php if ($dap_current_env === 'production') { echo '<link rel="stylesheet" href="assets/css/style.css" />'; + } else { + echo '<script src="assets/js/style.js"></script>'; } ?> </head> |
