This commit is contained in:
@@ -8,8 +8,16 @@ namespace ri
|
||||
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
|
||||
public static void RegisterBundles(BundleCollection bundles)
|
||||
{
|
||||
|
||||
//case 3730 - this allows any jquery version to be loaded
|
||||
//but we specifically want 1.9.1
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
|
||||
// "~/Scripts/jquery-{version}.js"));
|
||||
|
||||
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
|
||||
"~/Scripts/jquery-{version}.js"));
|
||||
"~/Scripts/jquery-1.9.1.js"));
|
||||
|
||||
|
||||
bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
|
||||
"~/Scripts/jquery-ui.min.js"));
|
||||
|
||||
Reference in New Issue
Block a user