Univention Bugzilla – Attachment 7348 Details for
Bug 30822
[Piwik] Errors with enabled Ghostery plugin in FF
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Exclude piwik errors from UMC dialogs
piwik-err.diff (text/plain), 680 bytes, created by
Eduard Mai
on 2015-12-04 18:41:06 CET
(
hide
)
Description:
Exclude piwik errors from UMC dialogs
Filename:
MIME Type:
Creator:
Eduard Mai
Created:
2015-12-04 18:41:06 CET
Size:
680 bytes
patch
obsolete
>Index: management/univention-management-console-frontend/umc/app.js >=================================================================== >--- management/univention-management-console-frontend/umc/app.js (Revision 65939) >+++ management/univention-management-console-frontend/umc/app.js (Arbeitskopie) >@@ -1210,7 +1210,7 @@ > _loadJavascriptModules: function(modules) { > // register error handler > require.on('error', function(err) { >- if (err.message == 'scriptError') { >+ if (err.message == 'scriptError' && err.info[0].split("/").pop(-1) != 'piwik.js') { > dialog.warn(_('Could not load module "%s".', err.info[0])); > console.log('scriptError:', err); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30822
: 7348