Commit 90214681 by Prajeesh K V

added change for app.js

1 parent 454a3d8e
......@@ -45,7 +45,7 @@ $(document).ready(function(){
$("#search-button").click(function(){
$("#loading").show();
query = $("#search-box").val();
......@@ -53,7 +53,7 @@ $(document).ready(function(){
load(query);
}
});
$('#search-box').keydown(function(event){
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!