|
From: <ma...@us...> - 2011-10-31 11:13:29
|
Revision: 483
http://openautomation.svn.sourceforge.net/openautomation/?rev=483&view=rev
Author: mayerch
Date: 2011-10-31 11:13:23 +0000 (Mon, 31 Oct 2011)
Log Message:
-----------
Fix for Bug ID: 3370929 "Missing text in top line"
Modified Paths:
--------------
CometVisu/trunk/visu/lib/templateengine.js
Modified: CometVisu/trunk/visu/lib/templateengine.js
===================================================================
--- CometVisu/trunk/visu/lib/templateengine.js 2011-10-30 21:22:54 UTC (rev 482)
+++ CometVisu/trunk/visu/lib/templateengine.js 2011-10-31 11:13:23 UTC (rev 483)
@@ -282,6 +282,8 @@
if ($.getUrlVar('startpage')) {
scrollToPage( $.getUrlVar('startpage'), 0 );
+ } else {
+ scrollToPage( '0', 0 ); // simple solution to show page name on top at start
}
$('.fast').bind('click', function(){
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|