diff --git a/client/scripts/regatten.js.php b/client/scripts/regatten.js.php index 25fcc02..b77bc1c 100644 --- a/client/scripts/regatten.js.php +++ b/client/scripts/regatten.js.php @@ -69,7 +69,7 @@ var updateBadge = function (name, val) { var makeToast = function (color, icon, text, time) { var id = 'snackbar' + randomId(); var delay = (time > 0 ? 'data-delay="' + time + '" data-autohide="true"' : 'data-autohide="false"'); - var div = '
'; + var div = '
'; div += '' + text + '
'; $('#page').append(div); $('#' + id).toast('show');