﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1508	Browser.html - can't get parrameters from querystring in FireFox	subelj		"Change function in browser.html

function GetUrlParam( paramName )
{
    
	var oRegex = new RegExp( '[\?&]' + paramName + '=([^&]+)', 'i' ) ;
	var oMatch = oRegex.exec( window.top.location.search'''.replace('&amp;','&')''') ;
   
	if ( oMatch && oMatch.length > 1 ) {
	    
		return decodeURIComponent( oMatch[1] ) ;
		}
	else
		return '' ;
}
 "	Bug	closed	Normal		File Browser	FCKeditor 2.4.3	invalid	Pending	
