mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Set the button text with textContent instead of innerTEXT as some browsers may not support innerTEXT
This commit is contained in:
parent
fc34b90350
commit
c9c89c4d66
@ -294,7 +294,7 @@ var et2_toolbar = et2_DOMWidget.extend(
|
||||
{
|
||||
if (this.countActions <= this.view_range || this.preference[action.id] )
|
||||
{
|
||||
button.context.innerText = action.caption;
|
||||
button[0].textContent = action.caption;
|
||||
}
|
||||
}
|
||||
if(action.icon)
|
||||
|
Loading…
Reference in New Issue
Block a user