From 2fef516a4c0f98f1bccfe76a832bb9453e57cd6a Mon Sep 17 00:00:00 2001 From: Yash Bothra Date: Sat, 4 Jan 2020 23:19:28 +0530 Subject: [PATCH] #14299 added makegrid.js file Signed-off-by: Yash Bothra --- tbl_change.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tbl_change.php b/tbl_change.php index 168f6f2b12..c5680fedbb 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -81,6 +81,7 @@ $comments_map = $insertEdit->getCommentsMap($db, $table); $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');