Commit 20f69321 authored by Sven Franck's avatar Sven Franck

added modernizr for feature detection

parent 6e0afbb0
......@@ -42,10 +42,11 @@
<!-- plugins -->
<script type="text/javascript" src="js/plugins/validval/jquery.validVal.js"></script>
<script type="text/javascript" src="js/plugins/i18next/i18next.js"></script>
<script type="text/javascript" src="js/plugins/modernizr/modernizr.js"></script>
<!-- stuff happens here -->
<script type="text/javascript" src="js/erp5_loader.js"></script>
<script type="text/javascript" src="js/shims.js"></script>
<script type="text/javascript" data-storage="data/storage.json" src="js/erp5_loader.js"></script>
</body>
</html>
This diff is collapsed.
......@@ -11,6 +11,7 @@
/* ====================================================================== */
/* SHIMS */
/* ====================================================================== */
// NOTE: add more: https://github.com/kriskowal/es5-shim
// NOTE: to support IE8+/Windows Mobile where possible, test via modernizr
// https://gist.github.com/yahiko/229984
shim_dict.Base64 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment