b_vladi wrote in changelog

[livejournal] r19969: LJSV-1777: Unable to upload more than on...

Committer: vkurkin
LJSV-1777: Unable to upload more than one image per entry through RTE
U   trunk/htdocs/js/ck/plugins/image/dialogs/image.js
Modified: trunk/htdocs/js/ck/plugins/image/dialogs/image.js
===================================================================
--- trunk/htdocs/js/ck/plugins/image/dialogs/image.js	2011-09-06 07:21:36 UTC (rev 19968)
+++ trunk/htdocs/js/ck/plugins/image/dialogs/image.js	2011-09-06 07:23:07 UTC (rev 19969)
@@ -358,11 +358,6 @@
 					this.preview.removeAttribute( 'src' );
 					this.preview.setStyle( 'display', 'none' );
 				}
-
-				//return scrapbook tab to the initial state
-				InOb.showSelectorPage();
-				InOb.setupIframeHandlers(); //If we switch dialog in rte/html editor we loose correct currentPopupWindow object.
-											//So, we init again.
 			},
 			onOk : function()
 			{
@@ -472,7 +467,6 @@
 				}
 
 				this.commitContent = commitContent;
-
 			},
 			onHide : function()
 			{