File tree 2 files changed +3
-1
lines changed
marlo-web/src/main/webapp
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 101
101
</div >
102
102
</div >
103
103
104
+ </div >
104
105
</div >
105
106
[#-- -- -- Partners reports -- -- --]
106
107
<div id =" partners-contentOptions" style =" display :none " >
123
124
<span class =" fa fa-file-excel-o col-md-12 excelIcon" ></span >
124
125
</div >
125
126
</div >
126
- </div >
127
127
128
128
129
129
[#-- Deliverables reports --]
Original file line number Diff line number Diff line change @@ -136,11 +136,13 @@ function validateInputTerms() {
136
136
function selectSummariesSection ( e ) {
137
137
e . preventDefault ( ) ;
138
138
var $section = $ ( e . target ) . parents ( '.summariesSection' ) ;
139
+
139
140
var $content = $ ( '#' + $section . attr ( 'id' ) + '-contentOptions' ) ;
140
141
$section . siblings ( ) . removeClass ( 'current' ) ;
141
142
$section . addClass ( 'current' ) ;
142
143
$content . siblings ( ) . hide ( ) ;
143
144
$content . fadeIn ( ) ;
145
+ console . log ( $content ) ;
144
146
145
147
// Uncheck from formOptions the option selected
146
148
$ ( "input[name='projectID']" ) . val ( "-1" ) ;
You can’t perform that action at this time.
0 commit comments