Alpha PseudoTV Live - Kodi Web Interface
#40
(2015-06-29, 04:57)Dejavou42 Wrote: If you'll change one little thing in index.html it will fix the path issues.

Change index.html line 38 from:
Code:
<nav ng-include="'/app/global/navbar/navbar.html'"></nav>

To:
Code:
<nav ng-include="'./app/global/navbar/navbar.html'"></nav>

(notice the "." before "/app")

Everything should work great.

I've tested with latest chrome and firefox builds on ubuntu. I haven't tested with IE or any mobile browsers.

Thanks. As I have said in the past, I am new to programming, and any help is greatly appreciated. If you would like to help out with development for this plugin, please PM me.


Messages In This Thread
RE: PseudoTV Lite/Live - Kodi Web Interface - by peppy6582 - 2015-06-29, 13:44
Logout Mark Read Team Forum Stats Members Help
PseudoTV Live - Kodi Web Interface4