Skip to content

Instantly share code, notes, and snippets.

@flegfleg
Last active April 16, 2018 19:33
Show Gist options
  • Save flegfleg/e3cf3279765d3717d51972f6ae22ddc5 to your computer and use it in GitHub Desktop.
Save flegfleg/e3cf3279765d3717d51972f6ae22ddc5 to your computer and use it in GitHub Desktop.
Hide/Disable delete button in Commons Booking 0.9 bookings table.
jQuery( document ).ready(function() {
jQuery('body.toplevel_page_cb_bookings span.delete').hide();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment