wagtail/wagtail
Matt Westcott 4ee93914ce Make preview window work on IE11
IE doesn't provide standard onload event listeners on opened windows, so this code did user-agent sniffing
on the string 'MSIE' to bypass the onload animation. This failed on IE11, which drops 'MSIE' from the
user agent string. The code now checks for the presence of addEventListener instead.

As a bonus, it now falls back on IE's (non-standard?) attachEvent method, so the animation now works on IE
after all.
2016-05-17 15:55:05 +01:00
..
api Removed unused import 2016-03-30 22:09:46 +01:00
bin Cleanup E302 errors 2015-12-04 09:32:16 +00:00
contrib Stop up/down/delete controls on wagtailsearchpromotions from submitting the form 2016-05-16 17:49:38 +01:00
project_template Version bump for 1.4.4 release 2016-05-10 12:39:28 +01:00
tests Do not get message classes from MESSAGE_TAGS 2016-05-03 11:52:09 +01:00
utils Tooling for modern front-end components: React JS, ES6, and BEM CSS 2016-02-25 13:32:48 +00:00
wagtailadmin Make preview window work on IE11 2016-05-17 15:55:05 +01:00
wagtailcore Version bump for 1.4.4 release 2016-05-10 12:39:28 +01:00
wagtaildocs Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailembeds Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailforms Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailimages Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailredirects Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailsearch Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailsites Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailsnippets Pull translations from Transifex 2016-05-10 11:24:49 +01:00
wagtailusers Pull translations from Transifex 2016-05-10 11:24:49 +01:00
__init__.py Revert "Versioning changes" 2015-02-18 12:56:29 +00:00