File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 </ div >
3434 < script language ="JavaScript ">
3535 var n = Math . floor ( Math . random ( ) * 8.99 ) + 1 ;
36- document . getElementById ( 'chamo-img' ) . src = learnocaml_config . root + '/icons/tryocaml_loading_' + n + '.gif' ;
36+ document . getElementById ( 'chamo-img' ) . src = learnocaml_config . rootUrl + '/icons/tryocaml_loading_' + n + '.gif' ;
3737 </ script >
3838 <!-- Anything below could be recreated dynamically, but IDs must be kept. -->
3939 < div id ="learnocaml-exo-toolbar ">
Original file line number Diff line number Diff line change 3333 </ div >
3434 < script language ="JavaScript ">
3535 var n = Math . floor ( Math . random ( ) * 8.99 ) + 1 ;
36- document . getElementById ( 'chamo-img' ) . src = '/icons/tryocaml_loading_' + n + '.gif' ;
36+ document . getElementById ( 'chamo-img' ) . src = learnocaml_config . rootUrl + '/icons/tryocaml_loading_' + n + '.gif' ;
3737 </ script >
3838 <!-- Anything below could be recreated dynamically, but IDs must be kept. -->
3939 < div id ="learnocaml-exo-toolbar ">
Original file line number Diff line number Diff line change 3232 </ div >
3333 < script language ="JavaScript ">
3434 var n = Math . floor ( Math . random ( ) * 8.99 ) + 1 ;
35- document . getElementById ( 'chamo-img' ) . src = learnocaml_config . root + '/icons/tryocaml_loading_' + n + '.gif' ;
35+ document . getElementById ( 'chamo-img' ) . src = learnocaml_config . rootUrl + '/icons/tryocaml_loading_' + n + '.gif' ;
3636 </ script >
3737 <!-- Anything below could be recreated dynamically, but IDs must be kept. -->
3838 < div id ="learnocaml-exo-toolbar ">
Original file line number Diff line number Diff line change 3333 </ div >
3434 < script language ="JavaScript ">
3535 var n = Math . floor ( Math . random ( ) * 8.99 ) + 1 ;
36- document . getElementById ( 'chamo-img' ) . src = '/icons/tryocaml_loading_' + n + '.gif' ;
36+ document . getElementById ( 'chamo-img' ) . src = learnocaml_config . rootUrl + '/icons/tryocaml_loading_' + n + '.gif' ;
3737 </ script >
3838 <!-- Anything below could be recreated dynamically, but IDs must be kept. -->
3939 < div id ="learnocaml-exo-toolbar ">
You can’t perform that action at this time.
0 commit comments