never ever call a function you just removed
This commit is contained in:
parent
f2e37e0018
commit
964a55033a
|
@ -104,7 +104,6 @@ if(!$error and !$RUNTIME_NOSETUPFS ){
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the stuff we need always
|
// Add the stuff we need always
|
||||||
OC_APP::addPersonalMenuEntry( array( "order" => 1000, "href" => OC_HELPER::linkTo( "", "index.php?logout=1" ), "name" => "Logout" ));
|
|
||||||
OC_UTIL::addScript( "jquery-1.5.min" );
|
OC_UTIL::addScript( "jquery-1.5.min" );
|
||||||
OC_UTIL::addScript( "jquery-ui-1.8.10.custom.min" );
|
OC_UTIL::addScript( "jquery-ui-1.8.10.custom.min" );
|
||||||
OC_UTIL::addScript( "js" );
|
OC_UTIL::addScript( "js" );
|
||||||
|
|
Loading…
Reference in New Issue