Dedupe modal styles
// FREEBIE
This commit is contained in:
parent
bb681526dc
commit
33fde3d4e7
4 changed files with 28 additions and 46 deletions
|
@ -6,7 +6,7 @@
|
|||
window.Whisper = window.Whisper || {};
|
||||
|
||||
Whisper.ConfirmationDialogView = Whisper.View.extend({
|
||||
className: 'confirmation-dialog',
|
||||
className: 'confirmation-dialog modal',
|
||||
templateName: 'confirmation-dialog',
|
||||
initialize: function(options) {
|
||||
this.message = options.message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue