Skip to content

Commit

Permalink
Remove jQuery BBQ.
Browse files Browse the repository at this point in the history
Now that Dynamic Navigation is using HTML5's history API this is
completely useless.
  • Loading branch information
Michael Sisk committed Jan 27, 2013
1 parent bb95829 commit d0259a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions -/library/jquery.bbq.js

This file was deleted.

3 changes: 1 addition & 2 deletions webcomic.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,7 @@ public function enqueue_scripts() {
}

if ( self::$config[ 'dynamic' ] ) {
wp_register_script( 'jquery-bbq', self::$url . '-/library/jquery.bbq.js', array( 'jquery' ), false, true );
wp_register_script( 'webcomic-dynamic', self::$url . '-/js/dynamic.js', array( 'jquery', 'jquery-bbq' ), false, true );
wp_register_script( 'webcomic-dynamic', self::$url . '-/js/dynamic.js', array( 'jquery' ), false, true );

wp_enqueue_script( 'webcomic-dynamic' );
}
Expand Down

0 comments on commit d0259a3

Please sign in to comment.