mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing scripts order for taxonomy auto-complete
This commit is contained in:
@@ -3,10 +3,6 @@
|
|||||||
@using Orchard.Utility.Extensions;
|
@using Orchard.Utility.Extensions;
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Style.Include("admin-taxonomy.css");
|
|
||||||
Script.Include("~/Themes/TheAdmin/scripts/admin.js").AtFoot();
|
|
||||||
Script.Include("admin-taxonomy-expando.js").AtFoot();
|
|
||||||
|
|
||||||
if (Model.Settings.Autocomplete) {
|
if (Model.Settings.Autocomplete) {
|
||||||
Style.Require("jQueryUI_Orchard");
|
Style.Require("jQueryUI_Orchard");
|
||||||
Script.Require("jQueryUI_Sortable");
|
Script.Require("jQueryUI_Sortable");
|
||||||
@@ -16,6 +12,10 @@
|
|||||||
Script.Include("admin-taxonomy-tags.js").AtFoot();
|
Script.Include("admin-taxonomy-tags.js").AtFoot();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Style.Include("admin-taxonomy.css");
|
||||||
|
Script.Include("~/Themes/TheAdmin/scripts/admin.js").AtFoot();
|
||||||
|
Script.Include("admin-taxonomy-expando.js").AtFoot();
|
||||||
|
|
||||||
var termIndex = 0;
|
var termIndex = 0;
|
||||||
}
|
}
|
||||||
@functions {
|
@functions {
|
||||||
|
|||||||
Reference in New Issue
Block a user