remove inline script

This commit is contained in:
Ralf Becker 2014-06-04 12:08:57 +00:00
parent cc5e43511e
commit 36eca32a77
2 changed files with 2 additions and 6 deletions

View File

@ -301,9 +301,6 @@ class filemanager_select
}
$readonlys['button[createdir]'] = !egw_vfs::is_writable($content['path']);
// scroll to end of path
$GLOBALS['egw']->js->set_onload("var p = document.getElementById('exec[path][c". (count(explode('/',$content['path']))-1) ."]'); if (p) p.scrollIntoView();");
//_debug_array($readonlys);
egw_session::appsession('select_path','filemanger',$content['path']);
$preserve = array(

View File

@ -356,7 +356,6 @@ class filemanager_ui
*/
function listview(array $content=null,$msg=null)
{
require_once EGW_INCLUDE_ROOT.'/etemplate/inc/class.etemplate.inc.php';
$tpl = new etemplate_new('filemanager.index');
if($msg) egw_framework::message($msg);