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/Morpheus
parentdc0fa8f0835036da5ed47ac72800fbc60a6f39f4 (diff)
improve ie11 support (#13893)
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/templates/demo.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Morpheus/templates/demo.twig b/plugins/Morpheus/templates/demo.twig
index 210fb9a47c..cafd56ae01 100644
--- a/plugins/Morpheus/templates/demo.twig
+++ b/plugins/Morpheus/templates/demo.twig
@@ -307,7 +307,7 @@
</div>
<div piwik-field uicontrol="text" name="alias"
title="Disabeld text field"
- disabled="true"
+ data-disabled="true"
placeholder="This value cannot be changed"
inline-help="#complexHelpText">
</div>
@@ -420,7 +420,7 @@
<div piwik-save-button></div>
<div piwik-save-button
onconfirm="myController.save()"
- disabled="myController.isDisabled"
+ data-disabled="myController.isDisabled"
value="Changed button text"
saving="myController.isLoading">
</div>