Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 67deaff3a876
Choose a base ref
...
head repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7486483cdbcb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 31, 2013

  1. Copy the full SHA
    52f45a1 View commit details

Commits on Jan 14, 2014

  1. Merge pull request #432 from albertsaave/TRUNK-3865

    TRUNK-3865: Screen should be repositioned to the Edit FormField Pop-up B...
    dkayiwa committed Jan 14, 2014
    Copy the full SHA
    7486483 View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 webapp/src/main/webapp/admin/forms/formSchemaDesign.js
1 change: 0 additions & 1 deletion webapp/src/main/webapp/admin/forms/formSchemaDesign.js
Original file line number Diff line number Diff line change
@@ -153,7 +153,6 @@ dojo.addOnLoad( function(){

fieldSearch.clearSearch();
fieldSearch.inputNode.value = "";
fieldSearch.inputNode.focus();
return false;
}
);