Skip to content

Commit

Permalink
Merge #15747 - fix #14299 - PMA_makegrid is not defined
Browse files Browse the repository at this point in the history
Pull-request: #15747
Fixes: #14299
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jan 6, 2020
2 parents 874c5af + 2fef516 commit 12270a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tbl_change.php
Expand Up @@ -81,6 +81,7 @@

$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('makegrid.js');
$scripts->addFile('sql.js');
$scripts->addFile('table/change.js');
$scripts->addFile('vendor/jquery/additional-methods.js');
Expand Down

0 comments on commit 12270a4

Please sign in to comment.