Skip to content

Commit

Permalink
Change load callback to ready
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueSilverio committed Oct 4, 2016
1 parent e527c84 commit 932a25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/assets/js/admin-custom-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Custom post status
*/
$( window ).load( function() {
$(function() {
var html = '';
var label = false;
var $odinMeta = document.querySelectorAll( 'meta.odin-custom-status-meta' );
Expand Down

0 comments on commit 932a25e

Please sign in to comment.