Skip to content

Commit

Permalink
Update barba.js.fullscreen; use .min.js file;
Browse files Browse the repository at this point in the history
Commit details for barba.js.fullscreen changes: thisbailiwick/barba.js.fullscreen@205c8b7
  • Loading branch information
thisbailiwick committed Jul 30, 2018
1 parent 9d2315d commit 6d7930f
Show file tree
Hide file tree
Showing 4 changed files with 1,429 additions and 742 deletions.
2 changes: 1 addition & 1 deletion public/class-barba-full-screen-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function enqueue_scripts() {
* class.
*/

wp_enqueue_script( $this->plugin_name . '-barba-core', plugin_dir_url( __FILE__ ) . 'js/barba.js', array(), $this->version, true );
wp_enqueue_script( $this->plugin_name . '-barba-core', plugin_dir_url( __FILE__ ) . 'js/barba.min.js', array(), $this->version, true );
}

}
Loading

0 comments on commit 6d7930f

Please sign in to comment.