Bugzilla – Attachment 49247 Details for
Bug 16000
Duplicate a report from the New Reports button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16000: Simplify JS code
Bug-16000-Simplify-JS-code.patch (text/plain), 1.12 KB, created by
Jonathan Druart
on 2016-03-17 09:24:19 UTC
(
hide
)
Description:
Bug 16000: Simplify JS code
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-17 09:24:19 UTC
Size:
1.12 KB
patch
obsolete
>From ddc51a6d89d5dfc61cb930dc5fc58e98fc390ea9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Mar 2016 09:19:50 +0000 >Subject: [PATCH] Bug 16000: Simplify JS code > >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 76c0fa9..58f8b00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -169,11 +169,7 @@ $(document).ready(function(){ > > $("#deletereport").on("click",function(){ > $(".btn-group").removeClass("open"); >- if(confirm(_("Are you sure you want to delete this saved report?"))){ >- return true; >- } else { >- return false; >- } >+ return confirm(_("Are you sure you want to delete this saved report?")); > }); > > [% IF (create || editsql || save) %] >-- >2.7.0
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 16000
:
48785
|
48829
|
49229
|
49247
|
49276
|
49277
|
49541
|
49542
|
49543
|
49544