diff --git a/ui.js b/ui.js index fc6c893..4dc840e 100644 --- a/ui.js +++ b/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);