jaidTw / Opinionate

A voting site project for database course
0 stars 0 forks source link

Delete Topic Cancellation #5

Closed RexYuan closed 8 years ago

RexYuan commented 8 years ago

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.