]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/RequirementSpecTextBlock.pm
Debugcode
[mfinanz.git] / SL / Controller / RequirementSpecTextBlock.pm
index ca620214f6a7f4facaa7b3b92a04ad03e80b01d3..7d339a873ca2102b80c691aec1550a54c2c359a3 100644 (file)
@@ -226,7 +226,7 @@ sub action_dragged_and_dropped {
       if ($prior_text_block) {
         $js->insertAfter($html, '#text-block-' . $prior_text_block->id);
       } else {
-        $js->appendTo($html, '#text-block-list');
+        $js->prependTo($html, '#text-block-list');
       }
     }
   }