NIHVIVO-1487 new javascript file
This commit is contained in:
parent
45b6e6d91c
commit
e4585e9c4d
1 changed files with 14 additions and 0 deletions
14
webapp/web/js/jenaIngest/renameNode.js
Normal file
14
webapp/web/js/jenaIngest/renameNode.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
$('#takeuri').submit(function() {
|
||||
if ($('#namespace').val() == '') {
|
||||
alert('Please enter URI prefix.');
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue