mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 02:04:35 +02:00
Update for processwire/processwire-issues#1730
Co-authored-by: matjazpotocnik <matjaz.potocnik@um.si>
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user