mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
document.addEventListener("submit", show, false);
|
document.addEventListener("submit", show, false);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
document.attachEvent("onsubmit", show);
|
document.forms[0].attachEvent("onsubmit", show);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
@model Orchard.Setup.ViewModels.SetupViewModel
|
@model Orchard.Setup.ViewModels.SetupViewModel
|
||||||
@{
|
@{
|
||||||
Script.Include("setup.js");
|
Script.Include("setup.js").AtFoot();
|
||||||
}
|
}
|
||||||
<h1>@Html.TitleForPage(T("Get Started").ToString())</h1>
|
<h1>@Html.TitleForPage(T("Get Started").ToString())</h1>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user