5
Views
2
Comments
SignalR Javascript Reference
Question
Hi Guys,

I have successfully referenced two javascript files in my project and it works well. But there is a 3rd script that I need to reference like this:

<script src="https://192.168.33.1:8087/signalr/hubs" type="text/javascript"></script>

When I do reference it like this then I get the following error:

" Uncaught SyntaxError: Unexpected token < "

please help me reference this script correctly?

Kind regards
FC Malan



2020-03-05 15-52-45
André Vieira
Staff
Hi Ferdinand,

Where are you referencing this? Is it an expression on the web screen? If it is, be sure to unescape it...

Cheers
2014-02-05 13-59-34
Ferdinand Malan
André Vieira wrote:
Hi Ferdinand,

Where are you referencing this? Is it an expression on the web screen? If it is, be sure to unescape it...

Cheers
 Hi Andre,

Thanks a lot. I completely forgot about the escape content.

Cheers.

 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.