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:
Michal Čihař
2011-03-18 15:06:48 +01:00
parent 33e4c3f7e9
commit 724f11f20d

View File

@@ -69,10 +69,6 @@ switch($submit_mult) {
break; break;
} }
$GLOBALS['js_include'][] = 'tbl_change.js';
require_once './libraries/header.inc.php';
if (!empty($submit_mult)) { if (!empty($submit_mult)) {
switch($submit_mult) { switch($submit_mult) {
case 'row_edit': case 'row_edit':