Last active
April 16, 2018 19:33
-
-
Save flegfleg/e3cf3279765d3717d51972f6ae22ddc5 to your computer and use it in GitHub Desktop.
Hide/Disable delete button in Commons Booking 0.9 bookings table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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