Skip to content

Commit

Permalink
Fix text selection in package manager
Browse files Browse the repository at this point in the history
When viewing the search and replace popup the text
selection link does not work. This is because the
js files are not loaded properly.

Signed-off-by: Oscar Rydhé <oscar.rydhe@gmail.com>
  • Loading branch information
BrickOzp committed May 3, 2021
1 parent 98ba922 commit 48334c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Packages.php
Expand Up @@ -1931,8 +1931,8 @@ function ViewOperations()
$context['javascript_files'] = array_intersect_key(
$context['javascript_files'],
[
'smf_script' => true,
'smf_jquery' => true
'smf_script_js' => true,
'smf_jquery_js' => true
]
);

Expand Down

0 comments on commit 48334c9

Please sign in to comment.