From: Cezary Czaplewski Date: Wed, 31 Jan 2018 22:22:32 +0000 (+0100) Subject: remd supperpose model on reference X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=a5336a17e19ae271e1c139a9ba26422583aa116c;p=django_unres.git remd supperpose model on reference not the opposite --- 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;