diff options
| author | Matthew Noorenberghe <github@matthew.noorenberghe.com> | 2014-02-24 00:16:27 -0800 |
|---|---|---|
| committer | Matthew Noorenberghe <github@matthew.noorenberghe.com> | 2014-02-24 00:16:42 -0800 |
| commit | 415fde9420ceb576e5fe2e03247208ae619bc870 (patch) | |
| tree | 08d8f99b3d2ccdf83a4a7f5fb75a7465fbf6a966 /pedigree.php | |
| parent | c02486878261b741905eb3102c62bf68d746ca90 (diff) | |
| download | webtrees-415fde9420ceb576e5fe2e03247208ae619bc870.tar.gz webtrees-415fde9420ceb576e5fe2e03247208ae619bc870.tar.bz2 webtrees-415fde9420ceb576e5fe2e03247208ae619bc870.zip | |
Consolidate paste_*, pastename and openerpasteid implementations
pasteid is left alone for now
Diffstat (limited to 'pedigree.php')
| -rw-r--r-- | pedigree.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pedigree.php b/pedigree.php index cceb9b7f8f..8fe7c4d466 100644 --- a/pedigree.php +++ b/pedigree.php @@ -28,7 +28,6 @@ require WT_ROOT.'includes/functions/functions_edit.php'; $controller=new WT_Controller_Pedigree(); $controller ->pageHeader() - ->addInlineJavascript('var pastefield; function paste_id(value) { pastefield.value=value; }') // For the 'find indi' link ->addExternalJavascript(WT_STATIC_URL.'js/autocomplete.js'); ?> |
