mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Replace obsolete calls to $APP->is_mobile in templates
This commit is contained in:
parent
586fb10176
commit
241cd32b14
5 changed files with 19 additions and 15 deletions
|
@ -8,7 +8,7 @@ var textlen = 0;
|
|||
function initEditor(callback) {
|
||||
if (editor == false) {
|
||||
var colorbox_options = {
|
||||
{{if $APP->is_mobile}}
|
||||
{{if $is_mobile}}
|
||||
'width' : '100%',
|
||||
'height' : '100%',
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue