pupunzi / jquery.mb.extruder

A sliding panel on jQuery framework
http://pupunzi.com
102 stars 33 forks source link

Fix left and right flip for Edge #21

Closed Securum closed 7 years ago

Securum commented 8 years ago

Text disappearing in left and right tab when using the Edge. The following code fixes it.

Line 28, change

(-1 != nAgt.indexOf("Trident"))

to

(-1 != nAgt.indexOf("Trident") || -1 != nAgt.indexOf("Edge"))