fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8813f55
)
http scripts
author
Jan Szejko
<janek37@gmail.com>
Tue, 17 Oct 2017 11:06:12 +0000
(13:06 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 17 Oct 2017 11:06:12 +0000
(13:06 +0200)
apps/catalogue/templates/catalogue/base.html
patch
|
blob
|
history
apps/catalogue/templates/catalogue/book_text.html
patch
|
blob
|
history
apps/fileupload/templates/fileupload/picture_form.html
patch
|
blob
|
history
redakcja/templates/base.html
patch
|
blob
|
history
diff --git
a/apps/catalogue/templates/catalogue/base.html
b/apps/catalogue/templates/catalogue/base.html
index
cb2304e
..
c577ab2
100644
(file)
--- a/
apps/catalogue/templates/catalogue/base.html
+++ b/
apps/catalogue/templates/catalogue/base.html
@@
-44,7
+44,7
@@
</div>
</div>
-<script type="text/javascript" src="
http:
//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
{% compressed_js 'catalogue' %}
{% block add_js %}{% endblock %}
{% block extrabody %}
{% compressed_js 'catalogue' %}
{% block add_js %}{% endblock %}
{% block extrabody %}
diff --git
a/apps/catalogue/templates/catalogue/book_text.html
b/apps/catalogue/templates/catalogue/book_text.html
index
b9cc2f0
..
d7ae528
100644
(file)
--- a/
apps/catalogue/templates/catalogue/book_text.html
+++ b/
apps/catalogue/templates/catalogue/book_text.html
@@
-6,7
+6,7
@@
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{% trans "Redakcja" %} :: {{ book.title }}</title>
{% compressed_css 'book' %}
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{% trans "Redakcja" %} :: {{ book.title }}</title>
{% compressed_css 'book' %}
- <script type="text/javascript" src="
http:
//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
+ <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
{% compressed_js 'book' %}
</head>
<body>
{% compressed_js 'book' %}
</head>
<body>
diff --git
a/apps/fileupload/templates/fileupload/picture_form.html
b/apps/fileupload/templates/fileupload/picture_form.html
index
44c37db
..
d306bd4
100644
(file)
--- a/
apps/fileupload/templates/fileupload/picture_form.html
+++ b/
apps/fileupload/templates/fileupload/picture_form.html
@@
-8,7
+8,7
@@
<link rel="stylesheet" href="{{ STATIC_URL }}fileupload/css/bootstrap-image-gallery.min.css">
<link rel="stylesheet" href="{{ STATIC_URL }}fileupload/css/jquery.fileupload-ui.css">
<!-- Shim to make HTML5 elements usable in older Internet Explorer versions -->
<link rel="stylesheet" href="{{ STATIC_URL }}fileupload/css/bootstrap-image-gallery.min.css">
<link rel="stylesheet" href="{{ STATIC_URL }}fileupload/css/jquery.fileupload-ui.css">
<!-- Shim to make HTML5 elements usable in older Internet Explorer versions -->
- <!--[if lt IE 9]><script src="
http:
//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
{% endblock %}
{% endblock %}
diff --git
a/redakcja/templates/base.html
b/redakcja/templates/base.html
index
3e725d4
..
9a9f0ad
100644
(file)
--- a/
redakcja/templates/base.html
+++ b/
redakcja/templates/base.html
@@
-21,7
+21,7
@@
<!-- version: {{ APP_VERSION }} -->
<div id="content">{% block maincontent %} {% endblock %}</div>
</div>
<!-- version: {{ APP_VERSION }} -->
<div id="content">{% block maincontent %} {% endblock %}</div>
</div>
- <script type="text/javascript" src="
http:
//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
+ <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
{% block extrabody %}{% endblock %}
</body>
</html>
{% block extrabody %}{% endblock %}
</body>
</html>