diff options
Diffstat (limited to 'legal-notice.php')
| -rw-r--r-- | legal-notice.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legal-notice.php b/legal-notice.php index 67a1ade..1d8c350 100644 --- a/legal-notice.php +++ b/legal-notice.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> |
