removed the button x because it caused some finnicky garbage where the alerts stayed closed
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="success" style="display: none;" class="alert alert-block alert-success fade in">
|
||||
<button data-dismiss="alert" class="close" type="button">
|
||||
×
|
||||
</button>
|
||||
<h4 class="alert-heading">
|
||||
Success!
|
||||
</h4>
|
||||
@@ -18,9 +15,6 @@
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="failure" style="display: none;" class="alert alert-block alert-error fade in">
|
||||
<button data-dismiss="alert" class="close" type="button">
|
||||
×
|
||||
</button>
|
||||
<h4 class="alert-heading">
|
||||
Error!
|
||||
</h4>
|
||||
|
||||
Reference in New Issue
Block a user