Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed some code that was only there for IE8 #8591

Merged
merged 2 commits into from Aug 20, 2015
Merged

Removed some code that was only there for IE8 #8591

merged 2 commits into from Aug 20, 2015

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Aug 18, 2015

fixes #4620

When removing code I double checked with eg
http://kangax.github.io/compat-table/es5/ and http://caniuse.com

@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Aug 18, 2015
@tsteur tsteur added this to the 3.0.0-b1 milestone Aug 18, 2015
@@ -39,7 +39,7 @@ var Piwik_Popover = (function () {
},
close: function (event, ui) {
container.find('div.jqplot-target').trigger('piwikDestroyPlot');
container[0].innerHTML = ''; // IE8 fix
container[0].innerHTML = '';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this could be still useful somehow. Doesn't hurt to leave it there

tsteur added a commit that referenced this pull request Aug 20, 2015
Removed some code that was only there for IE8
@tsteur tsteur merged commit dcc12e0 into 3.0 Aug 20, 2015
@tsteur tsteur deleted the 4620 branch August 20, 2015 13:17
@tsteur tsteur mentioned this pull request Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant