No, I did a copy paste error.
PHP Code:
<?php
/**
* @package templateSystem
* @copyright Copyright 2003-2016 Zen Cart Development Team
* @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
* @version ZCA/GIT: $Id: rbarbour New for v1.5.5 $
*/
?>
<script type="text/javascript"><!--//
(function($) {
$(document).ready(function() {
$('.centerBoxContentsProducts').matchHeight();
});
}) (jQuery);
//--></script>

Originally Posted by
soxophoneplayer
Saved above code (and nothing else) in new file /includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight.php
Copied /includes/templates/responsive_classic/jscript/jscript_matchHeight-min.js into the sheffield blue jscript folder
Did not copy /includes/templates/responsive_sheffield_blue/jscript/jscript_responsive_framework.php
Breaks site. Logs give an unanticipated ending on line #22 (final line) of the above code. Did I misunderstand?