Fix random } typo

This commit is contained in:
df 2021-03-15 14:31:48 +00:00
parent 11e4e0d99c
commit b17d1ffe3d
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ var $buttons = [
click: function() {$(this).dialog('close');}},
{ id: 'play',
text: 'Play',
click: function() { doplay(this); };
click: function() { doplay(this); }}
];
// Create reusable dialogue.