]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
Fixes getTabs() in readme.html to work on IE 11
authorChristian Taube <chtaube@chtaube.eu>
Wed, 29 Oct 2014 22:51:30 +0000 (22:51 +0000)
committerChristian Taube <chtaube@chtaube.eu>
Wed, 29 Oct 2014 22:51:30 +0000 (22:51 +0000)
commiteadf68d3c3daf74d757cb19c08348a7b8ac409ac
treee024feea15ac88ef08bc5914569d348d95c7ded2
parenta2610427b98b2170e9d89909212be3efc794eb1d
Fixes getTabs() in readme.html to work on IE 11

d.innerHTML returns `<li class="Tab" id="MoreTab" ...` on IE 11, while
the regex expects `<li id="MoreTab" ...` It seems like IE is changing
the order of the attributes within the tags.
readme.html