5.16.0 #33

Merged
Tetrakern merged 51 commits from next_update into main 2024-05-10 00:14:48 +08:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit c472106818 - Show all commits

View File

@ -62,7 +62,7 @@ function fictioneer_admin_scripts( $hook_suffix ) {
if ( $hook_suffix === 'post.php' || $hook_suffix === 'post-new.php' ) {
wp_enqueue_script(
'fictioneer-sortablejs',
'https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js',
get_template_directory_uri() . '/js/Sortable-1.15.2.min.js',
['jquery', 'fictioneer-utility-scripts'],
FICTIONEER_VERSION,
true

2
js/Sortable-1.15.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long