Skip to content

Commit

Permalink
Merge pull request #369 from kevinzurek/feature-diagnosisAutoFocus
Browse files Browse the repository at this point in the history
Feature diagnosis auto focus
  • Loading branch information
Kevin Zurek committed Jan 31, 2015
2 parents 237b50d + 7fcc8f9 commit 53d9364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Installation and Configuration using IntelliJ IDEA

### Required downloads
1. [MySQL](http://www.mysql.com/)
2. [Play Framework](http://downloads.typesafe.com/typesafe-activator/1.2.10/typesafe-activator-1.2.10.zip)
3. [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
4. [IntelliJ IDEA](http://www.jetbrains.com/idea/)
1. [MySQL 5.6](http://www.mysql.com/)
2. [Play Framework 2.3.7](http://downloads.typesafe.com/typesafe-activator/1.2.10/typesafe-activator-1.2.10.zip)
3. [Java JDK 1.7](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
4. [IntelliJ IDEA 13](http://www.jetbrains.com/idea/)
5. [Git](http://git-scm.com/)

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion public/js/medical/medical.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $(document).ready(function () {
return;
}
$("#problem" + $("body").data("prob") + "-container").removeClass("hidden");
$("#problem" + $("body").data("prob") + "-container").focus();
$("#problem" + $("body").data("prob")).focus();
return;
});

Expand Down

0 comments on commit 53d9364

Please sign in to comment.