diff --git a/-/js/admin-special.js b/-/js/admin-special.js deleted file mode 100644 index 59577f5..0000000 --- a/-/js/admin-special.js +++ /dev/null @@ -1,4 +0,0 @@ -jQuery( function( $ ) { - /** Add super-special admin features. */ - $( document ).on( 'click keyup', function() { cornify_add(); } ); -} ); \ No newline at end of file diff --git a/-/php/admin.php b/-/php/admin.php index b4f07bf..3c21d60 100644 --- a/-/php/admin.php +++ b/-/php/admin.php @@ -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.