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/Marketplace
parentdc0fa8f0835036da5ed47ac72800fbc60a6f39f4 (diff)
improve ie11 support (#13893)
Diffstat (limited to 'plugins/Marketplace')
-rw-r--r--plugins/Marketplace/templates/licenseform.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/templates/licenseform.twig b/plugins/Marketplace/templates/licenseform.twig
index cbf31bb83e..9e5b9ab596 100644
--- a/plugins/Marketplace/templates/licenseform.twig
+++ b/plugins/Marketplace/templates/licenseform.twig
@@ -9,7 +9,7 @@
<div piwik-save-button
class="valign"
onconfirm="licenseController.updateLicense()"
- disabled="!licenseController.enableUpdate"
+ data-disabled="!licenseController.enableUpdate"
value="{% if hasLicenseKey %}{{ 'CoreUpdater_UpdateTitle'|translate|e('html_attr') }}{% else %}{{ 'Marketplace_ActivateLicenseKey'|translate|e('html_attr') }}{% endif %}"
id="submit_license_key"></div>
{% endset %}