| 2086 | | 2085 | |
| 2087 | const confirmation = await Popup.show.confirm(t`Delete Expression`, t`Are you sure you want to delete this expression? Once deleted, it\'s gone forever!` | 2086 | const confirmation = await Popup.show.confirm(t`Delete Expression`, t`Are you sure you want to delete this expression? Once deleted, it\'s gone forever!` |
| 2088 | + '<br /><br />' | 2087 | + '<br /><br />' |
| 2089 | + t`Expression: ` | 2088 | + t`Expression:` + ' <tt>' + expressionListItem.attr('data-filename')) + '</tt>'; |
| 2090 | + expressionListItem.attr('data-filename')); | | |
| 2091 | if (!confirmation) { | 2089 | if (!confirmation) { |
| 2092 | return; | 2090 | return; |
| 2093 | } | 2091 | } |
| 2094 | | 2092 | |
| 2095 | const fileName = expressionListItem.attr('data-filename'); | 2093 | const fileName = withoutExtension(expressionListItem.attr('data-filename')); |
| 2096 | const name = $('#image_list').data('name'); | 2094 | const name = $('#image_list').data('name'); |
| 2097 | | 2095 | |
| 2098 | try { | 2096 | try { |