Quantcast
Channel: SCN: Message List - SAP Fiori
Viewing all articles
Browse latest Browse all 2526

Re: changing the favicon of the Fiori launchpad (abap 7.40)

$
0
0

I changed direct the shells/abap/FioriLaunchpad.html page setting the same favicon of login page adding the js code:

 

             var link = document.createElement('link');

             link.type = 'image/x-icon';

             link.rel = 'shortcut icon';

             link.href = '/sap/public/bc/ui2/logon/img/favicon.ico';

             document.getElementsByTagName('head')[0].appendChild(link);


It works for me. Enjoy.


Viewing all articles
Browse latest Browse all 2526

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>