summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-04-22 20:44:20 -0400
committerluxagraf <sng@luxagraf>2021-04-22 20:44:20 -0400
commitcd2bd06e220fb9c7ed2a89c962d3904e08358109 (patch)
tree2bd0862db7f0387ceba6be8131ed6cd347848310 /design
parent3ca7e77cac8df8519cd48d734706c5d94eb283b6 (diff)
fixed double image insert on page and got rid of products
Diffstat (limited to 'design')
-rw-r--r--design/templates/admin/pages/change_form.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/design/templates/admin/pages/change_form.html b/design/templates/admin/pages/change_form.html
index 83fb58b..fcc9302 100644
--- a/design/templates/admin/pages/change_form.html
+++ b/design/templates/admin/pages/change_form.html
@@ -7,16 +7,6 @@
if (!$) {
$ = django.jQuery;
}
-$(function(){
- $('#id_body_markdown').each(function(){
- $(this).after('<iframe frameborder="0" style="border: #dddddd 1px solid;margin-left: 20px;width:330px; height:720px;" src="/luximages/insert/?textarea='+this.id+'"></iframe>');
- });
- $('#id_images').css('width', '500px').css('height', '400px');
- $('#id_images option').each(function(){
- $(this).attr('style', 'background: url('+$(this).text().split("qq")[1]+') no-repeat; background-size: 120px 80px; height: 80px; padding-left: 125px; line-height: 80px; margin-bottom: 4px; padding-bottom: 5px;border-bottom: #eee 1px solid;');
- $(this).html($(this).text().split("qq")[0] + ' &ndash; <a href="/admin/photos/luximage/'+ $(this).text().split("qq")[2]+'/change/">edit</a>')
- });
-});
</script>
{% endblock %}