Skip to content

Commit

Permalink
Remove April Fool's script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sisk committed Sep 4, 2013
1 parent c3f8956 commit 48573fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions -/js/admin-special.js

This file was deleted.

6 changes: 0 additions & 6 deletions -/php/admin.php
Expand Up @@ -526,12 +526,6 @@ public function admin_enqueue_scripts() {

wp_enqueue_style( 'webcomic-special', self::$url . '-/css/admin-special.css', array( 'webcomic-google-font' ) );
}

if ( '41' === date( 'nj' ) ) {
wp_register_script( 'webcomic-cornify', 'http://cornify.com/js/cornify.js' );

wp_enqueue_script( 'webcomic-special', self::$url . '-/js/admin-special.js', array( 'webcomic-cornify' ) );
}
}

/** Add donate link and uninstallation reminder.
Expand Down

0 comments on commit 48573fb

Please sign in to comment.