diff --git a/min/builder/_index.js b/min/builder/_index.js index af50a85..db7ba35 100644 --- a/min/builder/_index.js +++ b/min/builder/_index.js @@ -172,7 +172,7 @@ var MUB = { }); if (fail || ! sources.length) return; - $('#groupConfig').val(" 'keyName' => '//" + sources.join("', '//") + "',"); + $('#groupConfig').val(" 'keyName' => array('//" + sources.join("', '//") + "'),"); var uri = MUB.getBestUri(sources) ,uriH = uri.replace(//, '>').replace(/&/, '&'); $('#uriA').html(uriH)[0].href = uri; @@ -191,6 +191,7 @@ var MUB = { MUB.addLi(); MUB.updateAllTestLinks(); $('#update').show().click(MUB.update); + $('#sources li:last input')[0].focus(); } /** * Runs on DOMready