minor cleanups (#225)
* use normal html self-closing tags * stop using obsolete test integration * make test more straightforward * removed unused setting
This commit is contained in:
+2
-2
@@ -1808,7 +1808,7 @@
|
||||
_mfpTrigger('LazyLoad', item);
|
||||
|
||||
if(item.type === 'image') {
|
||||
item.img = $('<img class="mfp-img" />').on('load.mfploader', function() {
|
||||
item.img = $('<img class="mfp-img">').on('load.mfploader', function() {
|
||||
item.hasSize = true;
|
||||
}).on('error.mfploader', function() {
|
||||
item.hasSize = true;
|
||||
@@ -1864,4 +1864,4 @@
|
||||
|
||||
/*>>retina*/
|
||||
_checkInstance();
|
||||
}));
|
||||
}));
|
||||
|
||||
@@ -92,33 +92,33 @@
|
||||
href="{% static 'admin_interface/css/rangefilter.css' %}?v={{ version_md5_cache }}">
|
||||
{% if not theme.recent_actions_visible %}
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/recent-actions.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/recent-actions.css' %}?v={{ version_md5_cache }}">
|
||||
{% endif %}
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/related-modal.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/related-modal.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/streamfield.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/streamfield.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/jquery.ui.tabs.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/jquery.ui.tabs.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/modeltranslation.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/modeltranslation.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/sorl-thumbnail.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/sorl-thumbnail.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/ckeditor.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/ckeditor.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/tinymce.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/tinymce.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/json-widget.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/json-widget.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/import-export.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/import-export.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/rtl.css' %}?v={{ version_md5_cache }}"/>
|
||||
href="{% static 'admin_interface/css/rtl.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/tabbed-changeform.css' %}?v={{ version_md5_cache }}">
|
||||
|
||||
{% if current_lang == 'fa' %}
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v27.2.2/dist/font-face.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v27.2.2/dist/font-face.css">
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user