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

Getting Piwik to work on IE8 again by fixing a couple issues in various JS files. #7886

Merged
merged 1 commit into from May 12, 2015

Conversation

diosmosis
Copy link
Member

Some JS files use .catch( methods and .delete properties which IE8 chokes on. Changed to access via strings.

…us JS files. Specifically, avoid using catch/delete methods/properties directly, instead access via strings.
@diosmosis diosmosis added the Bug For errors / faults / flaws / inconsistencies etc. label May 12, 2015
@diosmosis diosmosis self-assigned this May 12, 2015
@diosmosis diosmosis added this to the 2.14.0 milestone May 12, 2015
diosmosis added a commit that referenced this pull request May 12, 2015
Getting Piwik to work on IE8 again by fixing a couple issues in various JS files. Some JS files use .catch( methods and .delete properties which IE8 chokes on. Changed to access via strings.
@diosmosis diosmosis merged commit c0ceab8 into master May 12, 2015
@diosmosis diosmosis deleted the ie8_fixes branch May 12, 2015 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant