Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Add missing closing braces
Browse files Browse the repository at this point in the history
Fixes #296
  • Loading branch information
mgsisk committed Dec 5, 2017
1 parent 63bb8ec commit ee69441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions -/js/admin-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jQuery( function( $ ) {
enableMetaBox();
} );
}
} );

var disableMetaBox = function () {
updating = true;
Expand Down

0 comments on commit ee69441

Please sign in to comment.