Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-12-21 08:37:14 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-21 08:37:14 +0300
commit4c2016ab8087e2b216b58f271e3477f14a1dd5a7 (patch)
tree3b0696c16d9ae657e4938e05ad4de0f8b5566ca1 /plugins/Transitions
parentdc0fa8f0835036da5ed47ac72800fbc60a6f39f4 (diff)
improve ie11 support (#13893)
Diffstat (limited to 'plugins/Transitions')
-rw-r--r--plugins/Transitions/templates/transitions.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Transitions/templates/transitions.twig b/plugins/Transitions/templates/transitions.twig
index 8bb6657361..02cc0ae90e 100644
--- a/plugins/Transitions/templates/transitions.twig
+++ b/plugins/Transitions/templates/transitions.twig
@@ -20,7 +20,7 @@
ng-change="transitionSwitcher.onActionNameChange(transitionSwitcher.actionName)"
title="{{ 'Transitions_TopX'|translate(100)|e('html_attr') }}"
full-width="true"
- disabled="!transitionSwitcher.isEnabled"
+ data-disabled="!transitionSwitcher.isEnabled"
options='transitionSwitcher.actionNameOptions'>
</div>
</div>