Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
HCSVLAB-1185 Fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-intersect committed Dec 7, 2015
1 parent ac9205e commit 998f8a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/assets/javascripts/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ $(window).load(function() {

$(function () {
var alert = $('.alert');
if (alert.length > 0) {
if (alert.hasClass('permanent')) {
return;
}
if (alert.length > 0 && !alert.hasClass('permanent')) {
alert.slideDown();

alertTimeout = 9000;
Expand Down

0 comments on commit 998f8a3

Please sign in to comment.