We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42f83e3 + 682f501 commit 9122c1cCopy full SHA for 9122c1c
app/rekon.js
@@ -52,7 +52,7 @@ rekonApp = Sammy('#container', function(){
52
53
bucket.keys(function(keys) {
54
if (keys.length > 0) {
55
- keyRows = keys.map(function(key) { return {bucket:encode(name), key:encode(key)}; });
+ keyRows = keys.map(function(key) { return {bucket:name, key:encode(key)}; });
56
context.renderEach('key-row.html.template', keyRows).replace('#keys tbody').then(
57
function(){ searchable('#bucket table tbody tr'); }
58
);
0 commit comments