Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1428)
+++ branches/2.8.x/CHANGELOG	(revision 1429)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
+09 Feb-2011 Build 1429 Dietmar Woellbrink (Luisehahne)
+# add forgotten javascript variable
 07 Feb-2011 Build 1428 Dietmar Woellbrink (Luisehahne)
 ! update Argostheme to version 1.5 (Tks to Argos)
 ! validation fixes
Index: branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php
===================================================================
--- branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php	(revision 1428)
+++ branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php	(revision 1429)
@@ -23,10 +23,11 @@
 ?>
 <script type="text/javascript">
 /*<![CDATA[*/
+		var url  = '<?php print WB_URL; ?>/include/editarea/edit_area_full.js';
 		try{
 			script = document.createElement("script");
 			script.type = "text/javascript";
-			script.src  = '<?php print WB_URL; ?>/include/editarea/edit_area_full.js';
+			script.src  = url;
 			script.charset= "UTF-8";
 			head = document.getElementsByTagName("head");
 			head[0].appendChild(script);
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1428)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1429)
@@ -52,6 +52,6 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.2.RC5');
-if(!defined('REVISION')) define('REVISION', '1428');
+if(!defined('REVISION')) define('REVISION', '1429');
 
 ?>
