Commit 8130782b by Bach Dániel

dashboard: add missing semicolon

parent c10c1a49
...@@ -533,7 +533,7 @@ $(function () { ...@@ -533,7 +533,7 @@ $(function () {
$('.broadcast-message').each(function() { $('.broadcast-message').each(function() {
var id = $(this).data('id'); var id = $(this).data('id');
if (closed && closed.indexOf(id) != -1) { if (closed && closed.indexOf(id) != -1) {
$(this).remove() $(this).remove();
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment