|
From: <ma...@us...> - 2010-12-11 09:26:50
|
Revision: 193
http://openautomation.svn.sourceforge.net/openautomation/?rev=193&view=rev
Author: mayerch
Date: 2010-12-11 09:26:44 +0000 (Sat, 11 Dec 2010)
Log Message:
-----------
Fix bug that caused that only a single plugin could be loaded
Modified Paths:
--------------
CometVisu/trunk/visu/lib/templateengine.js
Modified: CometVisu/trunk/visu/lib/templateengine.js
===================================================================
--- CometVisu/trunk/visu/lib/templateengine.js 2010-12-10 21:33:36 UTC (rev 192)
+++ CometVisu/trunk/visu/lib/templateengine.js 2010-12-11 09:26:44 UTC (rev 193)
@@ -195,8 +195,6 @@
setup_page(xml);
}
}
- return false;
-
} );
// then the mappings
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|