Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the form below to help us investigate.
Thanks for taking the time to report a bug! Please fill out the form below to help us investigate. Be sure to do a hard refresh in your browser before reporting a bug with [CTRL]+[SHIFT]+[R].

- type: input
id: version
Expand Down
2 changes: 2 additions & 0 deletions source/compose.manager/compose.manager.page
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ if (!empty($_SERVER['REQUEST_URI'])) {
<link type="text/css" rel="stylesheet" href="<?php autov('/plugins/compose.manager/styles/comboButton.css'); ?>">
<link type="text/css" rel="stylesheet" href="<?php autov('/plugins/compose.manager/styles/editorModal.css'); ?>">
<link type="text/css" rel="stylesheet" href="<?php autov('/webGui/styles/jquery.filetree.css'); ?>">
<link type="text/css" rel="stylesheet" href="<?php autov('/webGui/styles/jquery.switchbutton.css'); ?>">
<script src="<?php autov('/webGui/javascript/jquery.filetree.js'); ?>" charset="utf-8"></script>
<script src="<?php autov('/webGui/javascript/jquery.switchbutton.js'); ?>"></script>
<?php include '/usr/local/emhttp/plugins/compose.manager/php/compose_manager_main.php';?>
Loading