Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
20f69321
Commit
20f69321
authored
Nov 21, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added modernizr for feature detection
parent
6e0afbb0
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
100 additions
and
791 deletions
+100
-791
index.html
index.html
+2
-1
js/plugins/modernizr/modernizr.js
js/plugins/modernizr/modernizr.js
+97
-790
js/shims.js
js/shims.js
+1
-0
No files found.
index.html
View file @
20f69321
...
...
@@ -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>
js/plugins/modernizr/modernizr.js
View file @
20f69321
This diff is collapsed.
Click to expand it.
js/shims.js
View file @
20f69321
...
...
@@ -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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment