Commit e591f8ca authored by Antoine Cellerier's avatar Antoine Cellerier

* also do vlm options fix on sout.

parent 07e5db51
...@@ -49,7 +49,7 @@ function vlm_output_edit( dest ) ...@@ -49,7 +49,7 @@ function vlm_output_edit( dest )
function vlm_output_change() function vlm_output_change()
{ {
document.getElementById( value( 'sout_dest' ) ).value = value( 'sout_mrl' ).substr(6); /* substr <-> remove :sout= */ document.getElementById( value( 'sout_dest' ) ).value = value( 'sout_mrl' ).substr(6).replace( /\ :/g, " option " ); /* substr <-> remove :sout= */
hide( 'sout' ); hide( 'sout' );
document.getElementById( value( 'sout_dest' ) ).focus(); document.getElementById( value( 'sout_dest' ) ).focus();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment