Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 753: | Rivi 753: | ||
if ( depthcats.length == 1 ) { | if ( depthcats.length == 1 ) { | ||
if ( memo.depthsO[ depthcats[0] ].valstring != '' ) { | if ( memo.depthsO[ depthcats[0] ].valstring != '' ) { | ||
if ( memo.info != '' ) { memo.info += " | if ( memo.info != '' ) { memo.info += "<br />"; } | ||
memo.info += i18n[ 'depthinfostring' ][ memo.lang] + ': ' + memo.depthsO[ depthcats[0] ].valstring; | memo.info += i18n[ 'depthinfostring' ][ memo.lang] + ': ' + memo.depthsO[ depthcats[0] ].valstring; | ||
} | } | ||
| Rivi 760: | Rivi 760: | ||
if ( memo.info != '' ) { | if ( memo.info != '' ) { | ||
memo.titleEl.append( ' <button style="padding: 0 0.25em; font-size: 13px; margin-bottom: 3px;" type="button" class="btn btn-secondary btn-info" data-toggle="tooltip" data-placement="top" title="' + memo.info + '"><span class="fontawesome"></span></button>' ); | memo.titleEl.append( ' <button style="padding: 0 0.25em; font-size: 13px; margin-bottom: 3px;" type="button" class="btn btn-secondary btn-info" data-toggle="tooltip" data-placement="top" data-html="true" title="' + memo.info + '"><span class="fontawesome"></span></button>' ); | ||
jQuery( '[data-toggle="tooltip"]' ).tooltip(); | jQuery( '[data-toggle="tooltip"]' ).tooltip(); | ||
} | } | ||


