Skip to content

Commit

Permalink
Revert "changed jquery load to https"
Browse files Browse the repository at this point in the history
This reverts commit a7f9d01.
  • Loading branch information
malnoxon committed Jul 2, 2016
1 parent a7f9d01 commit cee33fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsstory/change_current_article.pt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="${request.static_url('rsstory:static/style.css')}">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<style>
table, th, td {
width: 100%
Expand Down

0 comments on commit cee33fb

Please sign in to comment.