mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Replace locally-hosted jQuery with CDN-hosted version.
This commit is contained in:
4
media/js/jquery-1.11.0.min.js
vendored
4
media/js/jquery-1.11.0.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Feature Matrix{%endblock%}
|
||||
{%block extrahead%}
|
||||
<script type="text/javascript" src="/media/js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(document).ready(function(){
|
||||
|
Reference in New Issue
Block a user