[Vtigercrm-commits] [Vtiger development] #8526: Customer Portal: javascript issues with Firefox when preferences
Vtiger development
vtiger-tickets at trac.vtiger.com
Thu Apr 2 23:04:49 GMT 2015
#8526: Customer Portal: javascript issues with Firefox when preferences
-----------------------------+-------------------------
Reporter: olivierhallot | Owner: developer
Type: Need More Info | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.2.0
Severity: Medium | Resolution:
Keywords: Customer portal |
-----------------------------+-------------------------
Comment (by olivierhallot):
OK. So, essentially, in order to fix this issue:
1) in customerportal/js/ place the script found in
"http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"
wget "http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"
2) change the following line in customerportal/footer.html
replace <script
src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js">
(line 19)
with <script src="js/jquery.min.js"></script>
Issue fixed (at least for me...).
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8526#comment:3>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list