Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot show custom dialog on https #126

Open
4usmk opened this issue Nov 28, 2017 · 0 comments
Open

Cannot show custom dialog on https #126

4usmk opened this issue Nov 28, 2017 · 0 comments

Comments

@4usmk
Copy link

4usmk commented Nov 28, 2017

Hi Dev.
Now I have a problem about custom dialog.
When I test my web on https,my custom dialog is not show but it call browser's dialog instead.
When I test it on http,it call my custom dialog normally.
Is it a problem about http/https ? or I miss something.

This is my code

$('#frmCreateInterest').dirtyForms({
message: 'คุณต้องการออกจากหน้านี้โดยไม่ทำการบันทึกข้อมูลใช่หรือไม่ ?',
dialog: {
title: 'แจ้งเตือน',
dialogID: 'custom-dialog',
titleID: 'custom-title',
proceedButtonClass: 'btn-danger',
proceedButtonText: 'ใช่',
stayButtonClass: 'btn-default',
stayButtonText: 'ไม่ใช่'
}
});
Form's Id is #frmCreateInterest .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant