Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from gr2m/master
Browse files Browse the repository at this point in the history
focus textarea when page is loaded
  • Loading branch information
Chris Dary committed Oct 2, 2011
2 parents 33a5d66 + 30b427f commit 7ab2a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/js/jsl.interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jsl.interactions = (function () {
$('div.linedwrap').removeClass('greenBorder').removeClass('redBorder');
}).linedtextarea({
selectedClass: 'lineselect'
});
}).focus();

$('#reset').click(function () {
$('#json_input').val('').focus();
Expand Down

0 comments on commit 7ab2a21

Please sign in to comment.