Put debug log in a modal
Also dedupe close-button style // FREEBIE
This commit is contained in:
parent
78603259c1
commit
636c0f2a60
5 changed files with 73 additions and 108 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
Whisper.DebugLogView = Whisper.View.extend({
|
||||
templateName: 'debug-log',
|
||||
className: 'debug-log',
|
||||
className: 'debug-log modal',
|
||||
initialize: function() {
|
||||
this.render();
|
||||
this.$('textarea').val(console.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue