diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-19 15:00:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-19 15:00:06 +0200 |
commit | 34fec995f711b03bc19580ee9e57c22712cf51df (patch) | |
tree | 0d28e4d30aad2de5a9db6e4b9713986849d6fe14 /app | |
parent | ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4 (diff) | |
download | volse-hubzilla-34fec995f711b03bc19580ee9e57c22712cf51df.tar.gz volse-hubzilla-34fec995f711b03bc19580ee9e57c22712cf51df.tar.bz2 volse-hubzilla-34fec995f711b03bc19580ee9e57c22712cf51df.zip |
allow a second url in apd files for settings, hide pin and star buttons in edit mode and use strpos() instead of strstr() in some places
Diffstat (limited to 'app')
-rw-r--r-- | app/grid.apd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/grid.apd b/app/grid.apd index c826974a4..026b3c349 100644 --- a/app/grid.apd +++ b/app/grid.apd @@ -1,5 +1,5 @@ -version: 1 -url: $baseurl/network +version: 1.1 +url: $baseurl/network, $baseurl/settings/network requires: local_channel name: Grid photo: icon:th |