class Bullet::Rack

def footer_console_message

def footer_console_message
  if Bullet.console_enabled?
    "<br/><span style='font-style: italic;'>See 'Uniform Notifier' in JS Console for Stacktrace</span>"
  end
end