Commit e6df8a51a445c9c66c87b6e54820241f6e126035
1 parent
bfe03350
replace read by transmit
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
web/jQuery/CXM_jquery_button.anubis
| ... | ... | @@ -7,12 +7,12 @@ |
| 7 | 7 | * To change this template use Tools | Options | Coding | Edit Standard Headers. |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | -read calexium_lib/web/CXM_making_a_web_site.anubis | |
| 11 | -read calexium_lib/web/CXM_jquery.anubis | |
| 12 | -read calexium_lib/web/jQuery/CXM_jquery_icons.anubis | |
| 13 | -read tools/basis.anubis | |
| 14 | -read system/string.anubis | |
| 15 | -read tools/random.anubis | |
| 10 | +transmit calexium_lib/web/CXM_making_a_web_site.anubis | |
| 11 | +transmit calexium_lib/web/CXM_jquery.anubis | |
| 12 | +transmit calexium_lib/web/jQuery/CXM_jquery_icons.anubis | |
| 13 | +transmit tools/basis.anubis | |
| 14 | +transmit system/string.anubis | |
| 15 | +transmit tools/random.anubis | |
| 16 | 16 | |
| 17 | 17 | |
| 18 | 18 | public type JQuery_button_type: | ... | ... |