diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 21:12:26 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 21:12:26 +0100 |
commit | 13c75e73812927359ca8a1d606ed33bd6a75eea5 (patch) | |
tree | 9097bd0c9c5fbace84ff4489bf893e4c7b8b3c5a /lib | |
parent | 8f6935203a05f3f07d7e0eef8ec47981fe997c36 (diff) |
Rejigged column names.. and javascript location.
--HG--
rename : static/mauve_utils.js => static/javascript/mauve_utils.js
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mauve/alert.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/alert.rb b/lib/mauve/alert.rb index 9cb2521..6694fca 100644 --- a/lib/mauve/alert.rb +++ b/lib/mauve/alert.rb @@ -395,7 +395,7 @@ module Mauve alert_db = first(:alert_id => alert.id, :source => update.source) || new(:alert_id => alert.id, :source => update.source) - + # # Work out what state the alert was in before receiving this update. # |