Commit ec4bae8 1 parent dc6d2ca commit ec4bae8 Copy full SHA for ec4bae8
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 353
353
if ( ! $dropdown . find ( '.title.back' ) . length ) {
354
354
355
355
if ( settings . mobile_show_parent_link == true && url && url . length > 1 ) {
356
- console . log ( 'Parent On' ) ;
357
- $titleLi = $ ( '<li class="title back js-generated"><h5><a href="javascript:void(0)"></a></h5></li><li class="parent-link show-for-small"><h6><a class="parent-link js-generated" href="#">' + $link . html ( ) + '</a></h6></li>' ) ;
356
+ $titleLi = $ ( '<li class="title back js-generated"><h5><a href="javascript:void(0)"></a></h5></li><li class="parent-link show-for-small"><h6><a class="parent-link js-generated" href="' + url + '">' + $link . html ( ) + '</a></h6></li>' ) ;
358
357
} else {
359
- console . log ( 'Parent off' ) ;
360
358
$titleLi = $ ( '<li class="title back js-generated"><h5><a href="javascript:void(0)"></a></h5>' ) ;
361
359
}
362
360
You can’t perform that action at this time.
0 commit comments