[frio] Remove "Enable Compose page" setting
This commit is contained in:
parent
2791d70655
commit
cf99c752ea
2 changed files with 0 additions and 13 deletions
|
|
@ -40,14 +40,6 @@ function frio_init(App $a)
|
|||
</script>
|
||||
EOT;
|
||||
}
|
||||
|
||||
$enable_compose = DI::pConfig()->get(local_user(), 'frio', 'enable_compose');
|
||||
$compose = $enable_compose === '1' || $enable_compose === null && DI::config()->get('frio', 'enable_compose') ? 1 : 0;
|
||||
DI::page()['htmlhead'] .= <<< HTML
|
||||
<script type="text/javascript">
|
||||
var compose = $compose;
|
||||
</script>
|
||||
HTML;
|
||||
}
|
||||
|
||||
function frio_install()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue