fix: clear up merge conflict

This commit is contained in:
Ben Goldsworthy 2021-04-26 17:16:36 +01:00
parent c8950e6d1a
commit c81e923670

View file

@ -258,11 +258,7 @@ class Footnotes {
*/
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