--HG--
branch : dev
This commit is contained in:
Dave Reed
2010-12-02 15:35:23 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@
document.addEventListener("submit", show, false);
}
else {
document.attachEvent("onsubmit", show);
document.forms[0].attachEvent("onsubmit", show);
}
})();

View File

@@ -1,6 +1,6 @@
@model Orchard.Setup.ViewModels.SetupViewModel
@{
Script.Include("setup.js");
Script.Include("setup.js").AtFoot();
}
<h1>@Html.TitleForPage(T("Get Started").ToString())</h1>