Bugzilla – Attachment 11623 Details for
Bug 8645
Fix background-job-progressbar.js for translations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Small patch to fix
0001-Respect-coding-guidelines-for-translations-in-javasc.patch (text/plain), 1.12 KB, created by
Maxime Pelletier
on 2012-08-14 22:01:55 UTC
(
hide
)
Description:
Small patch to fix
Filename:
MIME Type:
Creator:
Maxime Pelletier
Created:
2012-08-14 22:01:55 UTC
Size:
1.12 KB
patch
obsolete
>From 5e643af5d88e4074f6046765ebebd44b2238b3f3 Mon Sep 17 00:00:00 2001 >From: Maxime Pelletier <maxime.pelletier@libeo.com> >Date: Tue, 14 Aug 2012 17:57:22 -0400 >Subject: [PATCH] Respect coding guidelines for translations in javascript by replacing ' by ". Fixes the page for the french translation (that contains a ') > Sponsored by the CCSR > >--- > .../prog/en/js/background-job-progressbar.js | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js b/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js >index 2804182..4dba866 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js >@@ -69,7 +69,7 @@ function submitBackgroundJob(f) { > backgroundJobProgressTimer = setInterval("updateJobProgress()", 500); > }, > error: function(xml, textStatus) { >- alert('Failed to submit form: ' + textStatus); >+ alert("Failed to submit form: " + textStatus); > } > > }); >-- >1.7.2.5 >
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
|
Splinter Review
Attachments on
bug 8645
:
11623
|
11627