# HG changeset patch # User dukebody # Date 1256600964 -3600 # Node ID 0aaa70be1b1397ce9f9eb9f2c88c433fbf6a27d7 # Parent fe9ee05ed4d55468dd111db2ab9036730f2ef29b Fix image links and move the throbber to a proper location to be served. diff -r fe9ee05ed4d5 -r 0aaa70be1b13 web/support/icons/throbber.gif Binary file web/support/icons/throbber.gif has changed diff -r fe9ee05ed4d5 -r 0aaa70be1b13 web/support/javascript/hsbook.js --- a/web/support/javascript/hsbook.js Tue Oct 27 00:48:22 2009 +0100 +++ b/web/support/javascript/hsbook.js Tue Oct 27 00:49:24 2009 +0100 @@ -15,7 +15,7 @@ return false; } $(options.target + " span.comment_error").empty().after( - ""); + ""); $(options.target + " input[@name=submit]").attr("disabled", true); } diff -r fe9ee05ed4d5 -r 0aaa70be1b13 web/support/styles/styles.css --- a/web/support/styles/styles.css Tue Oct 27 00:48:22 2009 +0100 +++ b/web/support/styles/styles.css Tue Oct 27 00:49:24 2009 +0100 @@ -72,11 +72,11 @@ } pre.screen { - background-image: url(figs/shell.png); + background-image: url(/support/icons/shell.png); } pre.programlisting { - background-image: url(figs/source.png); + background-image: url(/support/icons/source.png); } pre.programlisting, pre.screen, p.remark { @@ -150,7 +150,7 @@ } p.remark { - background-image: url(figs/remark.png); + background-image: url(/support/icons/remark.png); } div.warning, p.remark {