Skip to content

Commit

Permalink
Fix critical bug in crossdomain.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyjf committed May 21, 2013
1 parent 61e094e commit 41ebe84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crossdomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
header('P3P: CP="NOI CUR ADM DEV COM NAV STA OUR IND"');
?>
<!DOCTYPE html>
<script src="/js/jquery-2.0.0.min.js"></script>
<script src="/js/jquery-cookie.js"></script>
<script src="/js/jquery.json-2.3.min.js"></script>
<script src="/js/lib/jquery-2.0.0.min.js"></script>
<script src="/js/lib/jquery-cookie.js"></script>
<script src="/js/lib/jquery.json-2.3.min.js"></script>
<body>
<script>
(function() {
Expand Down

0 comments on commit 41ebe84

Please sign in to comment.