I cannot click my navigation bar if I place the bundle at either index or partial. Why I need to add at both?
This only can be clicked if I call the bundle twice
This is my bundle
bundles.Add(new ScriptBundle("~/bundles/dataInput").Include(
"~/Scripts/jquery-ui.js", // auto complete
"~/Scripts/bootstrap.js", // multiselect
"~/Scripts/bootstrap-multiselect.js",
"~/Scripts/bootstrap-datepicker.js", // date picker
"~/Scripts/AddDatePicker.js"
));