Ero sivun ”Widget:JwObsCharts” versioiden välillä
Järvi-meriwikistä
Rivi 318: | Rivi 318: | ||
} | } | ||
− | memo.titleEl.html( i18n[ memo.obscode ].title[ memo.lang ] ); | + | memo.titleEl.html( i18n[ memo.obscode ].title[ memo.lang ] ); |
− | |||
memo.titleEl.append( ' <button style="padding: 0;" type="button" class="btn btn-secondary btn-danger" data-toggle="tooltip" data-placement="top" title="' + i18n[ memo.obscode ].changes[ memo.lang ] + '">Uusi</button>' ); | memo.titleEl.append( ' <button style="padding: 0;" type="button" class="btn btn-secondary btn-danger" data-toggle="tooltip" data-placement="top" title="' + i18n[ memo.obscode ].changes[ memo.lang ] + '">Uusi</button>' ); | ||
− | + | jQuery( '[data-toggle="tooltip"]' ).tooltip(); | |
+ | |||
if (memo.graphType == 'trend') { | if (memo.graphType == 'trend') { | ||