allow jot to be displayed expanded, remove deprected datetimepicker js and some random fixes
This commit is contained in:
@@ -1233,7 +1233,8 @@ function status_editor($a, $x, $popup = false) {
|
||||
'$encrypt' => t('Encrypt text'),
|
||||
'$cipher' => $cipher,
|
||||
'$expiryModalOK' => t('OK'),
|
||||
'$expiryModalCANCEL' => t('Cancel')
|
||||
'$expiryModalCANCEL' => t('Cancel'),
|
||||
'$expanded' => ((x($x, 'expanded')) ? $x['expanded'] : false),
|
||||
));
|
||||
|
||||
if ($popup === true) {
|
||||
|
||||
Reference in New Issue
Block a user