hgbook

changeset 896:fefa45ccffc0

Place comments widget outside the <table> element to avoid layout issues.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:26:18 2009 +0100 (2009-10-26)
parents 17c8e09ddd2b
children e917517d1ef9
files web/javascript/hsbook.js
line diff
     1.1 --- a/web/javascript/hsbook.js	Mon Oct 26 12:19:54 2009 +0100
     1.2 +++ b/web/javascript/hsbook.js	Mon Oct 26 12:26:18 2009 +0100
     1.3 @@ -66,7 +66,7 @@
     1.4      $(this).append(loading($(this).attr("id")));
     1.5    });
     1.6    $("table[@id].equation").each(function() {
     1.7 -    $(this).append(loading($(this).attr("id")));
     1.8 +    $(this).after(loading($(this).attr("id")));
     1.9    });
    1.10    $("pre[@id]").each(function() {
    1.11      $(this).after(loading($(this).attr("id")));