Projects
Kolab:3.4
roundcubemail
roundcubemail-1.1-appjs.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File roundcubemail-1.1-appjs.patch of Package roundcubemail (Revision 46)
Currently displaying revision
46
,
Show latest
--- roundcubemail-1.1.orig/program/js/app.js 2014-09-26 16:12:22.610968447 +0200 +++ roundcubemail-1.1/program/js/app.js 2014-09-26 16:15:03.962081230 +0200 @@ -58,7 +58,7 @@ request_timeout: 180, // seconds draft_autosave: 0, // seconds comm_path: './', - blankpage: 'program/resources/blank.gif', + blankpage: (rcmail.env.assets_path || '') + 'program/resources/blank.gif', recipients_separator: ',', recipients_delimiter: ', ', popup_width: 1150, @@ -7972,7 +7972,7 @@ img.onload = function() { ref.env.browser_capabilities.tif = 1; }; img.onerror = function() { ref.env.browser_capabilities.tif = 0; }; - img.src = 'program/resources/blank.tif'; + img.src = (rcmail.env.assets_path || '') + 'program/resources/blank.tif'; }; this.pdf_support_check = function()
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.