• Stefy Lanza (nextime / spora )'s avatar
    Rename modal classes to custom-modal to avoid Bootstrap conflicts · e4ad3d95
    Stefy Lanza (nextime / spora ) authored
    Bootstrap's JavaScript modal system was interfering with our custom modals
    because both used the .modal class. Renamed all modal-related classes to
    use custom- prefix:
    - .modal -> .custom-modal
    - .modal-dialog -> .custom-modal-dialog
    - .modal-header -> .custom-modal-header
    - .modal-body -> .custom-modal-body
    - .modal-footer -> .custom-modal-footer
    - .modal-title -> .custom-modal-title
    
    This prevents Bootstrap from trying to manage our custom modals.
    e4ad3d95
Name
Last commit
Last update
..
api Loading commit data...
auth Loading commit data...
database Loading commit data...
main Loading commit data...
templates Loading commit data...
upload Loading commit data...
utils Loading commit data...
__init__.py Loading commit data...
models.py Loading commit data...