diff options
author | Silvio <silvio@socioambiental.org> | 2013-06-26 19:06:06 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-06-26 19:06:06 -0300 |
commit | e3c0064b6588cb25f19debbe8287457806fabb57 (patch) | |
tree | a9189edc1897770c13fcd47585b699c51be72e00 | |
parent | 8ea5c71c9aa386d858b602fd20717d1b15e8dc59 (diff) | |
download | timelinejs-e3c0064b6588cb25f19debbe8287457806fabb57.tar.gz timelinejs-e3c0064b6588cb25f19debbe8287457806fabb57.tar.bz2 |
Increasing default height
-rw-r--r-- | timelinejs.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs.module b/timelinejs.module index 0fef214..54a0412 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -196,7 +196,7 @@ function timelinejs_widget($nid = NULL, $width = '960px', $height = '500px') { /** * Menu callback. */ -function timelinejs($nid = NULL, $width = '960px', $height = '500px') { +function timelinejs($nid = NULL, $width = '960px', $height = '600px') { global $language; global $theme; global $base_url; |