Summary | js error "Click to always show images" |
Queue | IMP |
Queue Version | 6.0.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | viktor (at) szepe (dot) net |
Created | 05/07/2013 (4475 days ago) |
Due | |
Updated | 05/07/2013 (4475 days ago) |
Assigned | |
Resolved | 05/07/2013 (4475 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
It WORKS.
All the best wishes to you!
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ 6.0.4
commit 6934cb2997383c8bef1f54cd25ab81abf8d8ddf5
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue May 7 11:00:29 2013 -0600
Bug #12242: Fix image unblocking javascript in basic viewimp/lib/Script/Package/Imp.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/6934cb2997383c8bef1f54cd25ab81abf8d8ddf5
commit b687764ff194eb5c049e9ea1fb82b80f7f3a95df
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue May 7 11:00:29 2013 -0600
Bug #12242: Fix image unblocking javascript in basic viewimp/lib/Script/Package/Imp.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/b687764ff194eb5c049e9ea1fb82b80f7f3a95df
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ js error "Click to always show images"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
after clikcing on "Click to always show images from this sender."
I get a js error:
TypeError: this.conf is undefined
{if(this.conf.SID){params.update(this.conf.SID.toQueryParams());}
which is in js/hordecore.js:233
// params: (Hash) URL parameters
addRequestParams: function(params)
{
if (this.conf.SID) {
params.update(this.conf.SID.toQueryParams());
}
params.set('token', this.conf.TOKEN);
},