Skip to content

Instantly share code, notes, and snippets.

@seanr
Created March 21, 2017 19:20
Show Gist options
  • Save seanr/dc9e1adcf3f9ff3e86386548e386cec8 to your computer and use it in GitHub Desktop.
Save seanr/dc9e1adcf3f9ff3e86386548e386cec8 to your computer and use it in GitHub Desktop.
CKEDITOR.on( 'maximize', function( e )
{
console.log(e.data);
if (e.data == 1) {
jquery('#coffee-form.hide-form').hide();
}
else {
jquery('#coffee-form.hide-form').show();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment