mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
document.addEventListener("submit", show, false);
|
||||
}
|
||||
else {
|
||||
document.attachEvent("onsubmit", show);
|
||||
document.forms[0].attachEvent("onsubmit", show);
|
||||
}
|
||||
})();
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user