1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +02:00
Co-authored-by: matjazpotocnik <matjaz.potocnik@um.si>
This commit is contained in:
Ryan Cramer
2023-08-17 10:29:59 -04:00
parent db88618e2d
commit 3ce686d1e3

View File

@@ -90,7 +90,7 @@ $(document).ready(function() {
if($(this).attr('href') === '#') return false;
});
$("#export_data").on('click', function() { $(this).select(); });
$("#export_data").on('click', function() { $(this).trigger('select'); });
// export and import functions
$(".import_toggle input[type=radio]").on('change', function() {