Bugzilla – Attachment 88688 Details for
Bug 22551
Stray "//" appears at bottom of opac-detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22551: Stray "//" appears at bottom of opac-detail.tt
Bug-22551-Stray--appears-at-bottom-of-opac-detailt.patch (text/plain), 1.81 KB, created by
Martin Renvoize (ashimema)
on 2019-04-25 06:55:44 UTC
(
hide
)
Description:
Bug 22551: Stray "//" appears at bottom of opac-detail.tt
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-25 06:55:44 UTC
Size:
1.81 KB
patch
obsolete
>From 528d8e86a3006876b4e069e74c4763cb5d2208e3 Mon Sep 17 00:00:00 2001 >From: phette23 <phette23@gmail.com> >Date: Mon, 8 Apr 2019 16:00:47 -0700 >Subject: [PATCH] Bug 22551: Stray "//" appears at bottom of opac-detail.tt > >Removes a couple stray "//<![CDATA[" like comments which are artifacts of other >code that since been removed. One of the comments causes two forward slashes to >appear at the bottom of each OPAC detail page. > >Testing plan: > >- enable SocialNetworks >- visit any OPAC detail page, observe "//" at bottom of page >- apply patch >- revisit page, slashes should be gone > >Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 7a4ca78f22..7d25cde9db 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1387,10 +1387,6 @@ > [% INCLUDE 'columns_settings.inc' %] > [% INCLUDE greybox.inc %] > [% IF ( SocialNetworks ) %] >- //<![CDATA[ >- {lang: '[% lang | html %]'} >- //]]> >- </script> > <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> > [% END %] > [% IF ( OpacStarRatings != 'disable' ) %][% Asset.js("lib/jquery/plugins/jquery.barrating.min.js") | $raw %][% END %] >@@ -1716,8 +1712,6 @@ > } > } > [% END # / IF IDreamBooksReviews || IDreamBooksReadometer %] >- >-//]]> > </script> > > [% IF OPACPopupAuthorsSearch %] >-- >2.20.1
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 22551
:
86822
|
86824
|
87568
|
88041
| 88688