Closed aligoren closed 3 years ago
There shouldn't be pre-defined parameters. For example, sweetalert requires at least one parameter to run.
https://github.com/harundemr/hd-js-confirm-alert/blob/866b89354976553ff4b1ce4e02df7d87b1383adf/js/hd-script.js#L12-L13
Thats right for alert boxes. The predefined parameter is required for the confirmation boxes. I will remove to predefined parameters for alert boxes
If I have free time, I can help you. Thanks :)
There shouldn't be pre-defined parameters. For example, sweetalert requires at least one parameter to run.
https://github.com/harundemr/hd-js-confirm-alert/blob/866b89354976553ff4b1ce4e02df7d87b1383adf/js/hd-script.js#L12-L13