Put debug log in a modal

Also dedupe close-button style

// FREEBIE
This commit is contained in:
lilia 2016-02-19 11:26:32 -08:00
parent 78603259c1
commit 636c0f2a60
5 changed files with 73 additions and 108 deletions

View file

@ -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());