Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Jul 1, 2012
1 parent aed7fda commit bf8a651
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui.js
@@ -1,3 +1,8 @@
// Account with "editbugs" permissions on landfill.bugzilla.org
// I hardcode this in order to let other people play with this tool.
localStorage.username = "paul.rouget@gmail.com";
localStorage.password = "foobar";

let UI = {
init: function() {
window.onhashchange = this.handleBug.bind(this);
Expand Down

0 comments on commit bf8a651

Please sign in to comment.