| Current Path : /var/www/html/components/com_komento/themes/wireframe/dashboard/download/ |
| Current File : /var/www/html/components/com_komento/themes/wireframe/dashboard/download/default.js |
Komento.require()
.done(function($) {
$('[data-kt-gdpr-request]').on('click', function() {
Komento.dialog({
content: Komento.ajax('site/views/dashboard/confirmDownload')
});
});
});