[Freeswitch-dev] Bug in http://fisheye.freeswitch.org/browse/freeswitch.git/clients/flex/freeswitch.html
Dmitry Kravchenko
dimskraft at gmail.com
Tue Jul 19 15:40:51 MSD 2011
In order web telephone works correctly one should replace line 4
<script language="javascript" content-type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
for one referring local
jquery-1.4.2.js<http://fisheye.freeswitch.org/browse/freeswitch.git/clients/flex/jquery-1.4.2.js?r=25be760bbc8f18864d7961474665861dfb7d93ba>
which
is not used otherwise. Page is not working with line above.
I.e. it should be
<script language="javascript" content-type="text/javascript"
src="jquery-1.4.2.js
<http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js>"></script>
Regards,
Dmitry.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20110719/ddc52d52/attachment.html
More information about the FreeSWITCH-dev
mailing list