File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ requirejs.config({
33
33
require ( [ 'jquery' ] ,
34
34
function ( $ ) {
35
35
$ ( ".example" ) . click ( function ( e ) {
36
- $ ( "#url" ) . val ( $ ( this ) . attr ( "href" ) ) ;
36
+ $ ( "#url" ) . val ( $ ( this ) . attr ( "href" ) ) . trigger ( "change" ) ;
37
37
e . preventDefault ( ) ;
38
38
} ) ;
39
39
} ) ;
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ <h2>Workflow URL</h2>
51
51
< p > Provide a Github, Gitlab or Git repository link to the workflow here</ p >
52
52
< div class ="alert alert-grey ">
53
53
< strong > Don't know what to view?</ strong > Try these from < i > common-workflow-language/workflows</ i > :
54
- < a class ="example " href ="/workflows /github.com/common-workflow-language/workflows/tree/master/workflows/compile/compile1.cwl "> compile</ a > ,
55
- < a class ="example " href ="/workflows /github.com/common-workflow-language/workflows/tree/master/workflows/make-to-cwl/dna.cwl "> make-to-cwl</ a > ,
56
- < a class ="example " href ="/workflows /github.com/common-workflow-language/workflows/tree/master/workflows/lobSTR/lobSTR-workflow.cwl "> lobSTR</ a > ,
57
- < a class ="example " href ="/workflows /github.com/common-workflow-language/workflows/tree/master/workflows/scidap/bam-genomecov-bigwig-rna-dutp.cwl "> scidap</ a >
54
+ < a class ="example " href ="https:/ /github.com/common-workflow-language/workflows/tree/master/workflows/compile/compile1.cwl "> compile</ a > ,
55
+ < a class ="example " href ="https:/ /github.com/common-workflow-language/workflows/tree/master/workflows/make-to-cwl/dna.cwl "> make-to-cwl</ a > ,
56
+ < a class ="example " href ="https:/ /github.com/common-workflow-language/workflows/tree/master/workflows/lobSTR/lobSTR-workflow.cwl "> lobSTR</ a > ,
57
+ < a class ="example " href ="https:/ /github.com/common-workflow-language/workflows/tree/master/workflows/scidap/bam-genomecov-bigwig-rna-dutp.cwl "> scidap</ a >
58
58
or < a href ="/workflows "> explore the collection</ a >
59
59
</ div >
60
60
< form id ="add " action ="# " th:action ="@{/workflows} " th:object ="${workflowForm} " method ="POST ">
You can’t perform that action at this time.
0 commit comments