diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-11-16 15:54:14 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-11-16 15:54:14 +0000 |
| commit | 850f00a2c9d57d750aa0704c5fcac1e36a73063f (patch) | |
| tree | 8f5b4347949a2d8b77c1333e62bc85f932fb4c86 /index_edit.php | |
| parent | 41c249d01ba6ba201c57dcd8eba2e9ad861b0ce0 (diff) | |
| download | webtrees-850f00a2c9d57d750aa0704c5fcac1e36a73063f.tar.gz webtrees-850f00a2c9d57d750aa0704c5fcac1e36a73063f.tar.bz2 webtrees-850f00a2c9d57d750aa0704c5fcac1e36a73063f.zip | |
http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/17208-find-id-in-charts-block-configuration
Diffstat (limited to 'index_edit.php')
| -rw-r--r-- | index_edit.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/index_edit.php b/index_edit.php index 6a0873db30..68e4a8b5d7 100644 --- a/index_edit.php +++ b/index_edit.php @@ -170,6 +170,9 @@ if ($action=="configure") { echo '</td></tr>'; echo '</table>'; echo '</form>'; + echo WT_JS_START; + echo 'var pastefield; function paste_id(value) {pastefield.value=value;}'; + echo WT_JS_END; } else { ?> <script type="text/javascript"> <!-- |
