$()

in js/app.js [16:20]


$('#api-root input').on('keyup',function(){
  if(event.keyCode == ENTER_KEY){
    loadApiRootFromInput();
  }
});