Merging r5332 r5336:5338 r5341 r5349 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint
This commit is contained in:
parent
ea03604dc5
commit
4bfeadf3ad
8 changed files with 48 additions and 14 deletions
|
@ -1,7 +1,11 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
var vitro;
|
||||
if (!vitro) {
|
||||
|
||||
// vitro == null: true
|
||||
// vitro === null: false (only true if undefined)
|
||||
// typeof vitro == 'undefined': true
|
||||
if (!vitro) {
|
||||
vitro = {};
|
||||
}
|
||||
|
||||
|
@ -56,5 +60,5 @@ vitro.customFormUtils = {
|
|||
// }
|
||||
//
|
||||
// return foundErrors;
|
||||
},
|
||||
}
|
||||
}
|
|
@ -9,3 +9,4 @@ $(document).ready(function(){
|
|||
$('.focus').focus();
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue