mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
FHEMWEB: fixing FHEM home-icon on the iPhone
git-svn-id: https://svn.fhem.de/fhem/trunk@4382 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b15e43124e
commit
423caae7da
@ -549,7 +549,7 @@ FW_answerCall($)
|
|||||||
|
|
||||||
# Enable WebApps
|
# Enable WebApps
|
||||||
if($FW_tp || $FW_ss) {
|
if($FW_tp || $FW_ss) {
|
||||||
my $icon = $FW_ME."/images/default/fhemicon.png";
|
my $icon = $FW_ME."/images/default/fhemicon_ios.png";
|
||||||
if($FW_ss) {
|
if($FW_ss) {
|
||||||
FW_pO '<meta name="viewport" '.
|
FW_pO '<meta name="viewport" '.
|
||||||
'content="initial-scale=1.0,user-scalable=1"/>';
|
'content="initial-scale=1.0,user-scalable=1"/>';
|
||||||
|
BIN
fhem/www/images/default/fhemicon_ios.png
Normal file
BIN
fhem/www/images/default/fhemicon_ios.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user