No need for extra loading of js and headers here (bug#3222746).
All cases bellow does it as well and this breaks export page.
This commit is contained in:
@@ -69,10 +69,6 @@ switch($submit_mult) {
|
||||
break;
|
||||
}
|
||||
|
||||
$GLOBALS['js_include'][] = 'tbl_change.js';
|
||||
|
||||
require_once './libraries/header.inc.php';
|
||||
|
||||
if (!empty($submit_mult)) {
|
||||
switch($submit_mult) {
|
||||
case 'row_edit':
|
||||
|
Reference in New Issue
Block a user