HelpDesk IsPublic Setting Breaks JS Load

22 views
Skip to first unread message

Ramiro Rodriguez

unread,
May 21, 2013, 2:39:39 PM5/21/13
to devtarge...@googlegroups.com
Hi guys, i have two .js files that i'm registering with an ussual script tag at the top of the login page.

The thing is when i change the IsPublic web.config parameter to false, the js is not working. while i keep it to true, it works perfect.


Web.config

 <add key="Scope" value="Global"/>
    <!-- Private or Global -->
    <add key="IsPublic" value="false"/>

js Registration

<script type="text/javascript" src="JavaScript/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="JavaScript/Login.js"></script>

I'm totally lost, any help will be appreciatted!

Alex Fomin

unread,
May 25, 2013, 2:50:30 PM5/25/13
to devtarge...@googlegroups.com
Hi,

Could you plz share more info about the issue? Are these JS loaded by browser? Do you have any JS errors?

Thanks,
Alex, TP Team

Ramiro Rodriguez

unread,
May 31, 2013, 9:38:12 AM5/31/13
to devtarge...@googlegroups.com
Hi Alex, thanks for your response.

I've fixed the problem by setting the JS inside de aspx file with <script> tags and referencing Jquery with the Online Url. It's not very polite but it worked. It's strange, because with the IsPublic=True setting i'm able to access the JS file, it's like changing the property to false, denies the Javascript folder or change the path to access.

Regards,

Ramiro 
Reply all
Reply to author
Forward
0 new messages