Kaydet (Commit) eebde4d3 authored tarafından Baran Sekin's avatar Baran Sekin

Fixed displaying info alerts on modals problem

üst 9b9262a9
This diff is collapsed.
{
"/css/liman.css": "/css/liman.css?id=def310280e25874358ec",
"/js/liman.js": "/js/liman.js?id=afff8b777a200fa7c569"
"/js/liman.js": "/js/liman.js?id=9a92d826278bdfbbbfc5"
}
......@@ -293,7 +293,7 @@ $(function () {
});
$(".modal").on('show.bs.modal', function(modal) {
$("#" + modal.target.id + " .alert").fadeOut(0);
$("#" + modal.target.id + " .alert").not('.alert-info').fadeOut(0);
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment