Customize bootstrap with SASS
Update jquery validate for IE Simplify scripting Update home page logo
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
Layout = "Master.cshtml";
|
||||
|
||||
var leafInputBackload = GetBoolProperty(Model.Content.Properties, "leafInputBackload");
|
||||
var chart = GetBoolProperty(Model.Content.Properties, "chart");
|
||||
}
|
||||
|
||||
@section Styles
|
||||
{
|
||||
@if (leafInputBackload) { @Styles.Render("~/backload/blueimp/bootstrap/BasicPlusUI/css") }
|
||||
}
|
||||
|
||||
<div role="content">
|
||||
@@ -17,15 +11,9 @@
|
||||
|
||||
@section Scripts
|
||||
{
|
||||
<!-- Scripts for the jQquery File Upload Plugin in Basic Plus UI style* -->
|
||||
@if (leafInputBackload) { @Scripts.Render("~/backload/blueimp/bootstrap/BasicPlusUI") }
|
||||
<!-- jQuery autocomplete* -->
|
||||
@if (leafInputBackload) { <script src="~/scripts/jquery.autocomplete.min.js"></script> }
|
||||
@if (chart) { <script src="~/scripts/Chart.js"></script> }
|
||||
|
||||
@if (leafInputBackload)
|
||||
{
|
||||
<script src="~/scripts/LeafInputCreate.js"></script>
|
||||
@Scripts.Render("~/backload/blueimp/bootstrap/BasicPlusUI")
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
|
||||
Reference in New Issue
Block a user