Closed bozhidargyurov closed 4 years ago
Currently, if you don't provide a href attribute for the modal, it will cause JS error in the browser console.
href
general.js:97 Uncaught TypeError: Cannot read property 'indexOf' of undefined at HTMLButtonElement.<anonymous> (general.js:97)
The solution is to check if the attribute is present.
@bozhidargyurov could you please add another reviewer instead? Thanks!
Currently, if you don't provide a
href
attribute for the modal, it will cause JS error in the browser console.general.js:97 Uncaught TypeError: Cannot read property 'indexOf' of undefined at HTMLButtonElement.<anonymous> (general.js:97)
The solution is to check if the attribute is present.