diff --git a/.jshintrc b/.jshintrc index 11d24f4..f346956 100644 --- a/.jshintrc +++ b/.jshintrc @@ -20,6 +20,7 @@ "globals": { "jQuery": true, "define": true, - "module": true + "module": true, + "bean": true } } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eac4ab..54c9b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## HEAD +* Add compatiblity for IE8 (use "bean" library for event handling) * Allow the content with id 0 to be selected * Fix max height of modal content diff --git a/index.html b/index.html index ba9e0af..8a2f529 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@