mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Merge branch 'master' into feature/server-side-diff
This commit is contained in:
commit
b788411e40
@ -196,7 +196,7 @@ var et2_button = (function(){ "use strict"; return et2_baseWidget.extend([et2_II
|
||||
{
|
||||
this.image.attr("src", src);
|
||||
}
|
||||
else if (this.options.background_image)
|
||||
else if (this.options.background_image && this.btn)
|
||||
{
|
||||
this.btn.css("background-image","url("+src+")");
|
||||
this.btn.addClass('et2_button_with_image');
|
||||
|
Loading…
Reference in New Issue
Block a user