diff --git a/MP-TAB/App_Start/BundleConfig.cs b/MP-TAB/App_Start/BundleConfig.cs index e7d03cf0..f9a407bc 100644 --- a/MP-TAB/App_Start/BundleConfig.cs +++ b/MP-TAB/App_Start/BundleConfig.cs @@ -40,8 +40,11 @@ namespace MoonProTablet bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include( "~/Scripts/bootstrap.bundle.js")); - //bundles.Add(new ScriptBundle("~/bundles/instascan").Include( - // "~/Scripts/instascan.min.js")); + bundles.Add(new ScriptBundle("~/bundles/typeahead").Include( + "~/Scripts/bloodhound.min.js", + "~/Scripts/typeahead.bundle.min.js", + "~/Scripts/typeahead.jquery.min.js" + )); // abilito boundle "forzato"! BundleTable.EnableOptimizations = true; diff --git a/MP-TAB/WebMasterPages/Bootstrap.Master b/MP-TAB/WebMasterPages/Bootstrap.Master index 028a1afe..6da42886 100644 --- a/MP-TAB/WebMasterPages/Bootstrap.Master +++ b/MP-TAB/WebMasterPages/Bootstrap.Master @@ -16,10 +16,11 @@