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> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
aba8b130f8
commit
eb8f5c86fe
1 changed files with 0 additions and 6 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue