Returned missing Graphics, CSS and JavaScript files.

Settings Sub-menu updated to include Quality link.
Quality config page started.
This commit is contained in:
markus101
2011-02-02 18:49:52 -08:00
parent 3b63cfb5d2
commit 9f0e512f5f
71 changed files with 1708 additions and 49 deletions

View File

@@ -55,7 +55,7 @@ namespace Ninject.Web.Mvc
if (asyncController != null)
{
asyncController.ActionInvoker = this.CreateAsyncActionInvoker();
}
}5
else
{
var standardController = controller as Controller;