diff options
Diffstat (limited to 'raw-settings.html')
-rw-r--r-- | raw-settings.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/raw-settings.html b/raw-settings.html index 4f8e3a7..6bb2092 100644 --- a/raw-settings.html +++ b/raw-settings.html @@ -31,10 +31,8 @@ </head> <body> - <p><span data-i18n="rawSettingsWarning"></span> <a class="fa info important" href="https://github.com/gorhill/uMatrix/wiki/Raw-settings" target="_blank"></a> - </p> - <p><button id="rawSettingsApply" class="custom important" type="button" disabled="disabled" data-i18n="genericApplyChanges"></button>  - </p> + <p><span data-i18n="rawSettingsWarning"></span> <a class="fa info important" href="https://github.com/gorhill/uMatrix/wiki/Raw-settings" target="_blank"></a></p> + <p><button id="rawSettingsApply" class="custom important" type="button" disabled="disabled" data-i18n="genericApplyChanges"></button> </p> <textarea id="rawSettings" dir="auto" spellcheck="false"></textarea> <script src="js/vapi-common.js"></script> |