.replace(new RegExp('%EDIT_URL%', 'g'), edit_url)\r
.replace(new RegExp('%CONVERT_URL%', 'g'), convert_url);\r
\r
- $container.append(skeleton);\r
+ $container.prepend(skeleton);\r
\r
// Show the convert comment to answer tool only if the current comment can be converted\r
if (can_convert == true) {\r