Remove Advanced-JS option
This commit is contained in:
@@ -18,12 +18,6 @@ switch ($serendipity['GET']['adminAction']) {
|
||||
case 'imgedit':
|
||||
$data['case_imgedit'] = true;
|
||||
|
||||
if (!isset($serendipity['eyecandy']) || serendipity_db_bool($serendipity['eyecandy'])) {
|
||||
// what??
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
|
||||
include_once(S9Y_INCLUDE_PATH . "include/functions_images_crop.inc.php");
|
||||
$media['is_imgedit'] = true;
|
||||
$media['css_imgedit'] = serendipity_getTemplateFile('admin/imgedit.css');
|
||||
|
||||
@@ -381,12 +381,8 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
|
||||
$data['save'] = true;
|
||||
$data['timestamp'] = serendipity_strftime('%H:%M:%S');
|
||||
}
|
||||
|
||||
if (!isset($serendipity['eyecandy']) || serendipity_db_bool($serendipity['eyecandy'])) {
|
||||
$data['eyecandy'] = true;
|
||||
}
|
||||
|
||||
serendipity_plugin_api::hook_event("backend_pluginlisting_header" ,$eyecandy);
|
||||
|
||||
serendipity_plugin_api::hook_event("backend_pluginlisting_header", $null);
|
||||
|
||||
ob_start();
|
||||
serendipity_plugin_api::hook_event('backend_plugins_sidebar_header', $serendipity);
|
||||
|
||||
Reference in New Issue
Block a user