knowthelist / fhem-tablet-ui

UI builder framework for FHEM
MIT License
148 stars 84 forks source link

fhemweb_url with absolute URL broken #219

Open qsolutionsde opened 6 years ago

qsolutionsde commented 6 years ago

The usage of fhemweb_url with an absolute URL (I am using a different web server to deliver the static files, not the FHEM web server) is broken since the changes in commit d5f0fe6778a5fb76a790167e29d4c0e8feac9c03

The URL to connect to FHEM is incorrrectly constructed as http://(server of FTUI)/(fhemweb_url)

Reverting the changes resolves the problem.