| @@ -106,8 +106,11 @@ | ||
| 106 | 106 | this.changed = false; |
| 107 | 107 | } |
| 108 | 108 | }, |
| 109 | 109 | remove: function() { |
| 110 | + if ( ! confirm( $store.getters['i18n/all'].confirm_remove_item.replace( '{{ITEM_NAME}}', this.item.title ) ) ) { | |
| 111 | + return; | |
| 112 | + } | |
| 110 | 113 | this.item.temp_id = LP.uniqueId(); |
| 111 | 114 | this.$emit( 'remove', this.item ); |
| 112 | 115 | }, |
| 113 | 116 | deletePermanently: function() { |