Your IP : 216.73.216.182


Current Path : /var/www/html/components/com_komento/themes/wireframe/dashboard/download/
Upload File :
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')
		});
	});
});