mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-24 01:46:51 +01:00
Remove debug message on startup and JS warnings
removed the "Extensions loaded" message and many warnings in editor/init.js (missing semicolon/ used before initialised)
This commit is contained in:
@@ -14,6 +14,6 @@ if(!is_array($ext)){
|
||||
$ext = $defaultExtensions;
|
||||
}
|
||||
|
||||
echo json_encode(array('status' => 'success', 'msg' => 'Extensions send', 'extensions' => $ext));
|
||||
echo json_encode(array('status' => 'success', 'extensions' => $ext));
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user