add vcs-git links to html head, to support autodiscovery apart from DOAP - http:...
[phorkie.git] / data / templates / edit-add.htm
index e504deb358b8e7e2bcb69212776b000e8dda10f3..d86b2c52dff7fe585590a42bfe4cf09725010707 100644 (file)
@@ -17,6 +17,12 @@ $(document).ready(function() {
             {% endfilter %}"
             .replace(/###/g, $('.filegroup').length)
         );
+        toggleAdditional($('.filegroup:visible .additional-btn:last')[0], 0);
+
+        $('html, body').animate({
+            scrollTop: $('.filegroup:visible:last').offset().top
+        });
+        $('.filegroup:visible:last textarea').focus();
         return false;
     });
 });