Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VladSavitsky’s picture

Optalgin’s picture

Can't see attachment, link is broken.
please post again (don't use # in filename)
Thanks

VladSavitsky’s picture

Yes. Link is broken.
Here is the same patch attached to this comment.
Update: this one broken too.

VladSavitsky’s picture

And again without '#' sign...
Works!

Optalgin’s picture

Hi,
Can you please explain why you think image should be removed from settings?

The reason I put it there is to allow preload the image

    if (settings.image) {
       jQuery("<img>").attr("src",settings.image);
    }
VladSavitsky’s picture

I have tested and throbber image was shown after appling this patch but seems that browser get it from cache.
(I thought that this image is in CSS).
So this is wrong to just remove this line.
And adding CSS-file for just one background image is silly.
Ok. I'll fix this patch.

chuckbar77’s picture

subscribing

Optalgin’s picture

Status: Needs review » Closed (won't fix)