gio1961 Posted November 6, 2014 Report Share Posted November 6, 2014 Good evening guys, I have a problem in booking flights "No Route Passed" .. I know the problem is a JS file. The file is jquery-1.11.0.min.js problems, how can I fix it? I tried to move it in other sections but nothing to do. Thanks for a possible answer. Best regards Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted November 7, 2014 Administrators Report Share Posted November 7, 2014 Use Firebug for Firefox and see what the JS is throwing for an error. The script is getting old and usually needs to be modified in order to work with newer versions of jquery. I used Firebug in order to adapt it to work with bootstrap. You can find the addon here -> https://addons.mozilla.org/en-US/firefox/addon/firebug/ Quote Link to comment Share on other sites More sharing options...
gio1961 Posted November 7, 2014 Author Report Share Posted November 7, 2014 Thank you, very nice Use Firebug for Firefox and see what the JS is throwing for an error. The script is getting old and usually needs to be modified in order to work with newer versions of jquery. I used Firebug in order to adapt it to work with bootstrap. You can find the addon here -> https://addons.mozil.../addon/firebug/ Quote Link to comment Share on other sites More sharing options...
alblua Posted November 13, 2014 Report Share Posted November 13, 2014 When referencing JS, do not do the direct reference from root directory. Simply use /(install directory)/lib/js instead of whatever it was; it's a fix that I used so long ago I've forgotten, but still in there. Let me know how it works. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.