Skip to content

Commit

Permalink
fixed public url for pushed resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamaozu committed Dec 15, 2014
1 parent 55672d7 commit 9c3f1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/behavior.js
Expand Up @@ -49,7 +49,7 @@
addClass(document.getElementById('task-wrapper'), 'hidden');
removeClass(document.getElementById('update-wrapper'), 'hidden');

document.getElementById('url-to-use').value = url;
document.getElementById('url-to-use').value = report.url;
}
});

Expand Down

0 comments on commit 9c3f1d5

Please sign in to comment.