Update actionbar share and comment
This commit is contained in:
parent
a5c045986b
commit
b6a09c9ebb
10 changed files with 35 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
function showTooltip(elem, msg) {
|
||||
elem.setAttribute('class', 'btn-clipboard tooltipped tooltipped-s');
|
||||
function showTooltip(elem, msg, direction='s') {
|
||||
$(elem).addClass('tooltipped tooltipped-' + direction);
|
||||
elem.setAttribute('aria-label', msg);
|
||||
}
|
||||
function fallbackMessage(action) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue