From cdb97891280b81a4611813f33203b8311c676e34 Mon Sep 17 00:00:00 2001
From: Matti Tahvonen <matti.tahvonen@itmill.com>
Date: Tue, 21 Dec 2010 14:11:16 +0000
Subject: undoing last accidental commit

svn changeset:16613/svn branch:6.5
---
 WebContent/multiapp.html | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'WebContent/multiapp.html')

diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html
index acc925a941..ddde191d28 100644
--- a/WebContent/multiapp.html
+++ b/WebContent/multiapp.html
@@ -5,6 +5,12 @@
 <script type="text/javascript">
 	var vaadin = {
 		vaadinConfigurations: {
+			'fb' :{
+				appUri:'/FeatureBrowser', 
+				pathInfo: '/', 
+				themeUri: '/VAADIN/themes/example', 
+				versionInfo : {vaadinVersion:"6.0.0-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
+			},
 			'calc' :{
 				appUri:'/Calc', 
 				pathInfo: '/', 
@@ -32,8 +38,5 @@
 	<div id="fb" style="height:400px;border:2px solid red;margin:0"></div>
 	<div id="calc" style="border:2px solid green;margin:0"></div>
 	<div id="hello" style="border:2px solid blue;margin:0"></div>
-	
-	
-	<iframe src="/FeatureBrowser?debug" style="width:300px; height:200px;"></iframe>
 	</body>
 </html>
\ No newline at end of file
-- 
cgit v1.2.3