Resolves #340 Drop alert titles

This commit is contained in:
Peter Cottle 2015-11-30 10:20:52 -08:00
parent e278d519b9
commit 01729706d0
2 changed files with 1 additions and 7 deletions

View file

@ -345,7 +345,7 @@ var ModalAlert = ContainedBase.extend({
} }
this.container = new ModalTerminal({ this.container = new ModalTerminal({
title: 'Alert!' title: ''
}); });
this.render(); this.render();

View file

@ -183,12 +183,6 @@
</div> </div>
</div> </div>
</div> </div>
<div>
<i class="icon-cog"></i>
<span class="modal-title">
<%= title %>
</span>
</div>
</div> </div>
<div class="inside"> <div class="inside">