mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add spaces before ellipses … (#257)
This commit is contained in:
committed by
Raphael Michel
parent
1593787302
commit
2166fa6f4a
@@ -58,7 +58,7 @@ $(function () {
|
||||
return;
|
||||
}
|
||||
$(this).data('ajaxing', true);
|
||||
waitingDialog.show(gettext('We are processing your request…'));
|
||||
waitingDialog.show(gettext('We are processing your request …'));
|
||||
|
||||
$.ajax(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user