Skip to content

Instantly share code, notes, and snippets.

@comeara
Created November 11, 2009 19:22
Show Gist options
  • Save comeara/232218 to your computer and use it in GitHub Desktop.
Save comeara/232218 to your computer and use it in GitHub Desktop.
<% if request.env["HTTP_USER_AGENT"] =~ /MSIE/ && Rails.env == "development" %>
<div style="position:absolute; left: 0; top: 0; background-color: #ffc; padding: 4px 10px;">
<a href="javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);">Firebug</a>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment