From e3c0064b6588cb25f19debbe8287457806fabb57 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 26 Jun 2013 19:06:06 -0300 Subject: Increasing default height --- timelinejs.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3