Skip to content

Commit

Permalink
Merge branch 'QA_4_5' into QA_4_6
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Feb 16, 2016
2 parents 9a590a0 + 7881a46 commit 49bfc5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions view_operations.php
Expand Up @@ -19,6 +19,14 @@
*/
require_once 'libraries/operations.lib.php';

/**
* Load JavaScript files
*/
$response = PMA_Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('tbl_operations.js');

/**
* Runs common work
*/
Expand Down

0 comments on commit 49bfc5b

Please sign in to comment.