Skip to content

Commit

Permalink
Remove unused enqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
renatho committed May 10, 2022
1 parent 5c93235 commit 3397c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/admin/class-sensei-learner-management.php
Expand Up @@ -221,7 +221,6 @@ public function enqueue_scripts() {

Sensei()->assets->enqueue( 'sensei-stop-double-submission', 'js/stop-double-submission.js', [], true );
Sensei()->assets->enqueue( 'sensei-student-action-menu', 'admin/students/student-action-menu/index.js', [], true );
Sensei()->assets->enqueue( 'sensei-student-modal', 'admin/students/student-modal/index.js', [], true );
Sensei()->assets->enqueue( 'sensei-student-bulk-action-button', 'admin/students/student-bulk-action-button/index.js', [], true );

wp_localize_script(
Expand Down

0 comments on commit 3397c4a

Please sign in to comment.