mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Remove inline script from mail->sieve->edit()
This commit is contained in:
parent
0babe3c7b0
commit
a6b3fb95c0
@ -357,8 +357,7 @@ class mail_sieve
|
||||
$this->ajax_action($button, $ruleID, $msg);
|
||||
|
||||
case 'cancel':
|
||||
$js = 'window.close();';
|
||||
echo "<html>\n<body>\n<script>\n$js\n</script>\n</body>\n</html>\n";
|
||||
egw_framework::window_close();
|
||||
common::egw_exit();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user