Merge pull request #19776 from liviuconcioiu/19775
Fix #19775 - Fix copy to clipboard
This commit is contained in:
commit
f579370d08
@ -410,7 +410,7 @@ AJAX.registerOnload('sql.js', function () {
|
||||
*/
|
||||
$(document).on('makeGrid', '.sqlqueryresults', function () {
|
||||
$('.table_results').each(function () {
|
||||
if ($(this).find('td.grid_edit').length > 0) {
|
||||
if (typeof window.makeGrid === 'function') {
|
||||
makeGrid(this);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user