Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vakata/jstree
Browse files Browse the repository at this point in the history
  • Loading branch information
vakata committed Apr 10, 2015
2 parents cf1d64b + f4e3ceb commit 6313dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ $("#container").jstree({
});
$("#s").submit(function(e) {
e.preventDefault();
$("container").jstree(true).search($("#q").val());
$("#container").jstree(true).search($("#q").val());
});
</script>
```
Expand Down

0 comments on commit 6313dac

Please sign in to comment.