Commit 456d36de authored by Rafaël Carré's avatar Rafaël Carré

s,fake:,fake://,g

parent 46ffb1cd
...@@ -821,7 +821,7 @@ function update_input_fake() ...@@ -821,7 +821,7 @@ function update_input_fake()
{ {
var mrl = document.getElementById( 'input_mrl' ); var mrl = document.getElementById( 'input_mrl' );
mrl.value = "fake:"; mrl.value = "fake://";
mrl.value += " :fake-file=" + value( "input_fake_filename" ); mrl.value += " :fake-file=" + value( "input_fake_filename" );
if( value( "input_fake_width" ) ) if( value( "input_fake_width" ) )
......
...@@ -843,7 +843,7 @@ function update_input_fake() ...@@ -843,7 +843,7 @@ function update_input_fake()
remove_input_options( ":fake" ); remove_input_options( ":fake" );
var mrl = document.getElementById( 'input_mrl' ); var mrl = document.getElementById( 'input_mrl' );
mrl.value = "fake:"; mrl.value = "fake://";
add_input_option( ":fake-file=" + value( "input_fake_filename" ) ); add_input_option( ":fake-file=" + value( "input_fake_filename" ) );
......
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