switch icon indicating copy to clipboard operation
switch copied to clipboard

Dont work in IE 11 and below

Open celestial-labs opened this issue 8 years ago • 0 comments

IE 11 and all Versions below have the same simple javascript error.

IE console output:

the objekt dont know the "includes" method

the incorrect line: ` 'switch-' + (legalSize.includes(options.size) ? options.size : 'default'),

` without the includes method it works perfect

demo page dont work

celestial-labs avatar May 05 '17 11:05 celestial-labs