eksperimental-forks / ex_doc

ExDoc produces HTML and online documentation for Elixir projects
http://elixir-lang.org
Other
0 stars 0 forks source link

Update Jquery #18

Closed eksperimental closed 9 years ago

eksperimental commented 9 years ago

We should update (that is migate to 1.X)

we need to follow a migration guide due to the old version that we are running (1.6.x) https://github.com/jquery/jquery-migrate

which means add this code and test

<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>