We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fd0f3 commit 815207cCopy full SHA for 815207c
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -840,22 +840,6 @@ $(document).ready(function() {
840
//console.log("Mouseleave e-tooltip");
841
});
842
843
- /*$(document).on("paste", '#email_local_part', function() {
844
- //$(document).ready(function() {
845
- //$('#email_local_part').on('paste', function() {
846
- var e = this;
847
- setTimeout(function() {
848
- if (/@/.test(e.value)) {
849
- var parts = e.value.split('@');
850
- $('#email_domain').val(parts.pop());
851
- $('#email_domain').trigger('change');
852
- e.value = parts.pop();
853
- }
854
- }, 4);
855
- });
856
-*/
857
-
858
859
860
861
0 commit comments