2010-03-26 23:06:38 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2010-03-26 22:33:55 +00:00
|
|
|
var personHasPositionHistory = {
|
|
|
|
|
|
|
|
onLoad: function() {
|
|
|
|
$("#newOrg").hide();
|
|
|
|
$("#position").hide();
|
|
|
|
$("#submit").val("Continue");
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
personHasPositionHistory.onLoad();
|
|
|
|
});
|