Skip to content

Commit

Permalink
Update cache busters.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Sep 12, 2014
1 parent f4d30cb commit ee87467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ <h3>Normal input parent and jquery.chained.remote.js</h3>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.js?v=0.9.11" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.remote.js?v=0.9.11" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.js?v=0.10.0" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chained.remote.js?v=0.10.0" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function() {

Expand Down

0 comments on commit ee87467

Please sign in to comment.