oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

Use JQuery for javascript stuff #1

Closed oarevalo closed 12 years ago

oarevalo commented 12 years ago

Currently all javascript snippets are embedded on each view template; they should be refactored to a separate .js file and leverage something like jquery

oarevalo commented 12 years ago

This is done on the 1.7 branch