mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 19:24:29 +02:00
Resolves #340 Drop alert titles
This commit is contained in:
parent
e278d519b9
commit
01729706d0
2 changed files with 1 additions and 7 deletions
|
@ -345,7 +345,7 @@ var ModalAlert = ContainedBase.extend({
|
|||
}
|
||||
|
||||
this.container = new ModalTerminal({
|
||||
title: 'Alert!'
|
||||
title: ''
|
||||
});
|
||||
this.render();
|
||||
|
||||
|
|
|
@ -183,12 +183,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<i class="icon-cog"></i>
|
||||
<span class="modal-title">
|
||||
<%= title %>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="inside">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue