Bug: The "Cancel" button in "Delete Topic" modal does not function properly. Instead of closing the modal, it still allows the cancellation to go through.
Fix: (Line 191 of /resources/views/showTopic.blade.php) add data-dismiss="modal" attribute to the button tag.
Bug: The "Cancel" button in "Delete Topic" modal does not function properly. Instead of closing the modal, it still allows the cancellation to go through.
Fix: (Line 191 of /resources/views/showTopic.blade.php) add
data-dismiss="modal"
attribute to the button tag.