perryfhuang / mass-martial-arts-client

A crowdsourced library of martial arts gyms in the Greater Boston Area. Browse gyms by training concentration or add your own gym to the database.
https://perryfhuang.github.io/mass-martial-arts-client/
Other
1 stars 0 forks source link

Next feature [EASY]: Make clicking out of "Refresh" modal on update/delete not possible (to force a refresh) #5

Closed perryfhuang closed 4 years ago

perryfhuang commented 4 years ago

-Make clicking out of "Refresh" modal on update/delete not possible (to get user to refresh and not click out of the modal without updating)

-Probably just adding a class/property to that modal

perryfhuang commented 4 years ago

DONE

-> $('#updateGymSuccess').modal({ backdrop: 'static', keyboard: false })