To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / public / javascripts / repository.js @ 1257:5bafe0f91f6e

History | View | Annotate | Download (166 Bytes)

1
function toggle_ext_url(){
2
        if($('repository_is_external').checked)
3
            $('repository_external_url').enable();
4
        else
5
            $('repository_external_url').disable();
6
}
7