FeedTheMonkey/html/html.qrc
Jeena 0a195f8a8f Move JS into HTML and add NOT_LOGGED_IN handling
For some reason the JS never got loaded when it was in it's own
file, therefor I moved it into the HTML where it gets called.

Also when a session id on the server was expired or something, you
weren't able to log out, there is now code which fixes that.
2018-09-11 01:05:23 +02:00

6 lines
128 B
Text

<RCC>
<qresource prefix="/html">
<file>content.css</file>
<file>content.html</file>
</qresource>
</RCC>