NIHVIVO-330 new javascript folder and file for tool to merge individuals
This commit is contained in:
parent
d29f950ed2
commit
345689dc76
1 changed files with 16 additions and 0 deletions
16
webapp/web/js/jenaIngest/ingestUtils.js
Normal file
16
webapp/web/js/jenaIngest/ingestUtils.js
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
$(document).ready(function(){
|
||||||
|
|
||||||
|
$('#takeuri').submit(function() {
|
||||||
|
if ($('#uri1').val() == '') {
|
||||||
|
alert('Please enter a value for Individual URI 1.');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if ($('#uri2').val() == '') {
|
||||||
|
alert('Please enter a value for Individual URI 2.');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
});
|
Loading…
Add table
Reference in a new issue