Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

fxa-content-server repo has two different versions of jQuery #92

Closed
pdehaan opened this issue Nov 23, 2013 · 1 comment
Closed

fxa-content-server repo has two different versions of jQuery #92

pdehaan opened this issue Nov 23, 2013 · 1 comment

Comments

@pdehaan
Copy link
Contributor

pdehaan commented Nov 23, 2013

https://github.com/mozilla/fxa-content-server/search?q=jquery&source=cc&type=Code

We're rocking 1.7.1 (circa November 21, 2011) and 2.0.0 (circa April 18, 2013)

  1. /server/views/provision.html (line 3)
<script src="/js/vendor/jquery-1.7.1.min.js"></script>
  1. /server/views/accounts/layout.html (lines 13 and 24 -- we might want to move this out of the if..else)
<script src="/javascripts/jquery-2.0.0.min.js" type="text/javascript"></script>
  1. /server/views/authentication.html (line 19)
<script src="/js/vendor/jquery-1.7.1.min.js"></script>
@zaach
Copy link
Contributor

zaach commented Dec 4, 2013

This is fixed on the develop branch.

@zaach zaach closed this as completed Dec 4, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants