sendall button for mails, update icons for peer creation buttons (#35)

This commit is contained in:
Christoph Haas
2021-07-30 13:43:39 +02:00
parent e6ad82ec6e
commit fbc0b26631
15 changed files with 215 additions and 147 deletions
File diff suppressed because one or more lines are too long
+4
View File
@@ -30,6 +30,10 @@
this.form.submit();
});
});
$('[data-toggle=confirmation]').confirmation({
rootSelector: '[data-toggle=confirmation]',
// other options
});
})(jQuery); // End of use strict
+5
View File
File diff suppressed because one or more lines are too long