Bugzilla – Attachment 87568 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]
patch
Bug-22551-Stray-chars-at-bottom-of-opac-detail.txt (text/plain), 1.69 KB, created by
Eric Phetteplace
on 2019-04-08 23:08:20 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Eric Phetteplace
Created:
2019-04-08 23:08:20 UTC
Size:
1.69 KB
patch
obsolete
>From 8c4d80016a602ff03521007ad11fe74aacf6a51b 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 > >--- > 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 3c5a40c8fa..9cdd40e0ff 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.21.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 22551
:
86822
|
86824
|
87568
|
88041
|
88688