Skip to content

Commit

Permalink
fixed delete link to use window.bucket rather than be static string
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalworth committed Nov 27, 2011
1 parent dee77d7 commit 436894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function list_keys(){
]
],
['td',
['a', {'href': '/riak/passwords/'+text, 'class':'delete', 'id':text}, 'X']
['a', {'href': '/riak/'+window.bucket+'/'+text, 'class':'delete', 'id':text}, 'X']
]
]
})
Expand Down

0 comments on commit 436894f

Please sign in to comment.