Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix: clear up merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumperuu committed Apr 26, 2021
1 parent c8950e6 commit c81e923
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/includes/class-footnotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,7 @@ public function register_public() {
*/
wp_enqueue_script(
'mci-footnotes-jquery-tools',
<<<<<<< HEAD:src/includes/class-footnotes.php
plugins_url( 'footnotes/public/js/jquery.tools.min.js' ),
=======
plugins_url( 'footnotes/js/jquery.tools' . ( ( PRODUCTION_ENV ) ? '.min' : '' ) . '.js' ),
>>>>>>> linting:src/class/init.php
plugins_url( 'footnotes/public/js/jquery.tools' . ( ( PRODUCTION_ENV ) ? '.min' : '' ) . '.js' ),
array(),
'1.2.7.redacted.2',
false
Expand Down

0 comments on commit c81e923

Please sign in to comment.