Skip to content

Commit

Permalink
Move JavaScript files to JS folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Oct 9, 2015
1 parent f131acf commit 0b24775
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions taxonomy-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ function taxonomy_image_plugin_media_upload_popup_js() {

wp_enqueue_script(
'taxonomy-images-media-upload-popup',
taxonomy_image_plugin_url( 'media-upload-popup.js' ),
taxonomy_image_plugin_url( 'js/media-upload-popup.js' ),
array( 'jquery' ),
taxonomy_image_plugin_version()
);
Expand Down Expand Up @@ -863,7 +863,7 @@ function taxonomy_image_plugin_edit_tags_js() {

wp_enqueue_script(
'taxonomy-image-plugin-edit-tags',
taxonomy_image_plugin_url( 'edit-tags.js' ),
taxonomy_image_plugin_url( 'js/edit-tags.js' ),
array( 'jquery', 'thickbox' ),
taxonomy_image_plugin_version()
);
Expand Down

0 comments on commit 0b24775

Please sign in to comment.