Bugzilla – Attachment 68556 Details for
Bug 13952
Import and export of authority types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13952: [FOLLOW-UP] Fixing JS error
Bug-13952-FOLLOW-UP-Fixing-JS-error.patch (text/plain), 1.31 KB, created by
Aleisha Amohia
on 2017-10-25 20:24:00 UTC
(
hide
)
Description:
Bug 13952: [FOLLOW-UP] Fixing JS error
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-10-25 20:24:00 UTC
Size:
1.31 KB
patch
obsolete
>From 96b74c3b122424703956db866875dc0c3e353e8e Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 25 Oct 2017 20:22:10 +0000 >Subject: [PATCH] Bug 13952: [FOLLOW-UP] Fixing JS error > >Missing a bracket that stopped the export modal from closing after >clicking the button. Now fixed. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >index ddec06f..086ac25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >@@ -7,7 +7,7 @@ > [% END %] > </title> > [% INCLUDE 'doc-head-close.inc' %] >-<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> >+<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css"> > [% INCLUDE 'datatables.inc' %] > <script type="text/javascript"> > //<![CDATA[ >@@ -27,7 +27,7 @@ > })); > $("#authtypecode").on("blur",function(){ > toUC(this); >- >+ }); > $("body").css("cursor", "auto"); > $('.import_export_options').hide(); > $('a.import_export_fw').click(function() { >-- >2.1.4
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 13952
:
44770
|
47326
|
47360
|
47364
|
50046
|
53065
|
53066
|
54840
|
54899
|
54900
|
57873
|
59831
|
64421
|
67914
|
67915
|
68299
|
68300
|
68301
|
68502
|
68512
|
68513
|
68514
|
68515
|
68556
|
69940
|
69941
|
69942
|
69943
|
69944
|
76665
|
76666
|
76667
|
76668
|
80794
|
80795
|
80796
|
80797
|
81248
|
82853
|
82854
|
82855
|
82856
|
82895
|
83024
|
83025
|
83026
|
83027
|
83028
|
85073
|
86549
|
86550
|
86551
|
86552
|
86553
|
86554
|
86555
|
103610
|
103611
|
103612
|
103613
|
103614
|
103615
|
103616
|
114170
|
114171
|
114172
|
114173
|
114174
|
114175
|
114176
|
114177
|
115379
|
115381
|
115382
|
115383
|
115384
|
115385
|
115386
|
115387
|
115388
|
125383
|
125384
|
125385
|
125386
|
125387
|
125388
|
125389
|
125390
|
128316
|
128317
|
128318
|
128319
|
128320
|
128321
|
128322
|
128323
|
128324
|
128325
|
128326
|
128327
|
128328
|
128329
|
128330
|
128331
|
130587
|
130917
|
130918
|
130919
|
130920
|
130921
|
130922
|
130923
|
130924
|
130925