Adding the target source for Modernizr on template and buil-vendor.php file

This commit is contained in:
Omar
2014-04-22 12:34:08 -04:00
parent 8fe1ecb3ed
commit 2cfba23821
2 changed files with 2 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ $jsFiles = array (
"workflow/public_html/lib/js/underscore-min.js", "workflow/public_html/lib/js/underscore-min.js",
"workflow/public_html/lib/js/jquery-ui-1.10.3.custom.min.js", "workflow/public_html/lib/js/jquery-ui-1.10.3.custom.min.js",
"workflow/public_html/lib/js/jquery.layout.min.js", "workflow/public_html/lib/js/jquery.layout.min.js",
"workflow/public_html/lib/js/modernizr.js",
"workflow/public_html/lib/js/restclient.min.js", "workflow/public_html/lib/js/restclient.min.js",
"workflow/public_html/lib/pmUI/pmui.min.js", "workflow/public_html/lib/pmUI/pmui.min.js",
"workflow/public_html/lib/mafe/mafe.min.js", "workflow/public_html/lib/mafe/mafe.min.js",

View File

@@ -23,7 +23,7 @@
<script type="text/javascript" src="/lib-dev/js/jquery-ui-1.10.3.custom.min.js"></script> <script type="text/javascript" src="/lib-dev/js/jquery-ui-1.10.3.custom.min.js"></script>
<script type="text/javascript" src="/lib-dev/js/jquery.layout.min.js"></script> <script type="text/javascript" src="/lib-dev/js/jquery.layout.min.js"></script>
<script type="text/javascript" src="/lib-dev/js/restclient.min.js"></script> <script type="text/javascript" src="/lib-dev/js/restclient.min.js"></script>
<!--<script type="text/javascript" src="/lib/js/jquery.dataTables.min.js"></script>--> <script type="text/javascript" src="/lib-dev/js/modernizr.js"></script>
<!-- files that are built into pmui.js--> <!-- files that are built into pmui.js-->
{foreach from=$pmuiJsCacheFile item=file} {foreach from=$pmuiJsCacheFile item=file}