From a5336a17e19ae271e1c139a9ba26422583aa116c Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Wed, 31 Jan 2018 23:22:32 +0100 Subject: [PATCH] remd supperpose model on reference not the opposite --- django_simple/todo/templates/details.html | 2 +- django_simple/todo/templates/details1.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 06ae3db..7b81103 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -801,7 +801,7 @@ function display_model(numstr){ return o }) ]).then(function (ol1) { - ol1[ 0 ].superpose(ol1[ 1 ], false, ".CA") + ol1[ 1 ].superpose(ol1[ 0 ], false, ".CA") ol1[ 0 ].autoView() }) var ref=true; diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index fafd64f..855db12 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -796,7 +796,7 @@ function display_model(numstr){ return o }) ]).then(function (ol1) { - ol1[ 0 ].superpose(ol1[ 1 ], false, ".CA") + ol1[ 1 ].superpose(ol1[ 0 ], false, ".CA") ol1[ 0 ].autoView() }) var ref=true; -- 1.7.9.5