hgbook

diff web/support/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 f9b08e149131
children
line diff
     1.1 --- a/web/support/javascript/hsbook.js	Tue Oct 27 00:18:57 2009 +0100
     1.2 +++ b/web/support/javascript/hsbook.js	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -15,7 +15,7 @@
     1.4      return false;
     1.5    }
     1.6    $(options.target + " span.comment_error").empty().after(
     1.7 -    "<img src=\"figs/throbber.gif\" style=\"vertical-align: middle\"/>");
     1.8 +    "<img src=\"/support/icons/throbber.gif\" style=\"vertical-align: middle\"/>");
     1.9    $(options.target + " input[@name=submit]").attr("disabled", true);
    1.10  }
    1.11