Ticket #3120: 3120.patch
File 3120.patch, 453 bytes (added by , 16 years ago) |
---|
-
frmresourceslist.html
89 89 90 90 function OpenFile( fileUrl ) 91 91 { 92 window.top.opener.SetUrl( encodeURI( fileUrl ).replace( '#', '%23' ) ) ;92 window.top.opener.SetUrl( encodeURI( fileUrl ).replace( /#/g, '%23' ) ) ; 93 93 window.top.close() ; 94 94 window.top.opener.focus() ; 95 95 }