Skip to content

IE11 fix - avoid JS template literals

Compare
Choose a tag to compare
@Lewiscowles1986 Lewiscowles1986 released this 09 Nov 18:13
· 15 commits to wp-plugin-dir since this release

IE11 compatibility release

Finally got to test in IE11

  • JS template literals are not supported. Simply store another var and then use very OG/OB getElementById

IE11 does have a race. This is likely because of the duct-tape approach this plugin takes to modularity