hgbook

diff web/javascript/hsbook.js @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents 2aebffe8609d
children
line diff
     1.1 --- a/web/javascript/hsbook.js	Mon Oct 19 20:00:01 2009 +0200
     1.2 +++ b/web/javascript/hsbook.js	Sun Dec 13 16:35:56 2009 +0900
     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")));