Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: luxerama on January 24, 2007, 09:41:45 AM

Title: Javascript on the login.html page
Post by: luxerama on January 24, 2007, 09:41:45 AM
Hi folks,

I've got a little problem with the customisation of the login page of RC. Basically what I want is to include JavaScript with the normal import statement like so:
Code: [Select]
<script type=&quot;text/javascript&quot; src=&quot;linktojs&quot;></script> it works for CSS but doesn't seem to be working for JS. If anyone could help me that would be highly appreciated. :)
Title: Re: Javascript on the login.html page
Post by: xoqez on January 24, 2007, 04:11:01 PM
Quote from: luxerama
Code: [Select]
<script type=&quot;text/javascript&quot; src=&quot;linktojs&quot;></script>
Hi
there is no dot before js in the code.

Code: [Select]

I have never tested linking to javascript.

thanks
Title: Re: Javascript on the login.html page
Post by: luxerama on January 24, 2007, 07:44:08 PM
sorry my fault should have guessed that it could be misunderstood. the "linktojs" string is not the real link, its just there for demonstration purposes.
The problem is that it doesn't seem to pick up the import statement.