diff --git a/site/admin/js/translation.js b/site/admin/js/translation.js index 0ada79aa..939c5be4 100644 --- a/site/admin/js/translation.js +++ b/site/admin/js/translation.js @@ -17,7 +17,7 @@ $(document).ready(function(){ //The copy-over buttons: table.on('click', '.btn.copy-over', function(){ var btn = $(this).changeInRow() - , txt = btn.closest('td').find('code').text() + , txt = btn.closest('td').find('span').text() , tgt = btn.closest('tr').find('input.translation'); tgt.val(txt); });