You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add an theme with a zip that has a dotted name, you are not able to delete it.
for example in case of my.custom.theme.zip,
the problem is that the id of the delete modal window becomes "modal-delete-my.custom.theme" and then the $('#modal-delete-my.custom.theme') is not able to find the window.
Possible fix : convert the name my.custom.theme to my_custom_theme
The text was updated successfully, but these errors were encountered:
If you add an theme with a zip that has a dotted name, you are not able to delete it.
for example in case of my.custom.theme.zip,
the problem is that the id of the delete modal window becomes "modal-delete-my.custom.theme" and then the $('#modal-delete-my.custom.theme') is not able to find the window.
Possible fix : convert the name my.custom.theme to my_custom_theme
The text was updated successfully, but these errors were encountered: