Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Remove unused var in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stenington committed Feb 4, 2013
1 parent 7e18750 commit b4c6089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/scripts/main.js
Expand Up @@ -43,7 +43,6 @@
$("#get-badge form").submit(function() {
var email = $(this).find("input#email").val().trim();
if (QuickBadge.validateEmail(email)) {
var baseURI = $('<a href="./"></a>')[0].href;
var hashedEmail = 'sha256$' + sha256_digest(email);
var publish = QuickBadge.publish({
service: "http://hackpub.hackasaurus.org/publish",
Expand Down

0 comments on commit b4c6089

Please sign in to comment.