We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a15c6 commit 5c37c08Copy full SHA for 5c37c08
js/carbonwallet.js
@@ -11,7 +11,7 @@ $(document).ready(function() {
11
// and therefore the URL is not sent to the server.
12
// See http://en.wikipedia.org/wiki/Fragment_identifier
13
var hash = $(location).attr('href').split('#')[1];
14
- if(hash != '')
+ if(hash != '' && hash != undefined)
15
{
16
$('#password').val(hash.replace(/-/g, ' '));
17
checkValidPassword();
0 commit comments