diff options
-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; |