Skip to content
Snippets Groups Projects
Commit e619c53a authored by Chris Gross's avatar Chris Gross
Browse files

daily build 2

parent b5ea5cea
No related merge requests found
<div<?php print $attributes; ?>>
<a href="<?php print $tile_url; ?>">
<?php print render($content['field_tile_background_img']); ?>
<div class="title-box">
<div class="title-text"><h2><?php print $tile_title; ?></h2></div>
</div>
</a>
</div>
......@@ -51,7 +51,7 @@
});
/* Match tile panes to equal height */
$('.node-type-ocio-landing-page .row-tiles .tile-panel .fieldable-panels-pane').matchHeight({byRow: false});
$('.node-type-ocio-landing-page .row-tiles .tile-panel .fieldable-panels-pane').matchHeight();
var toggleButton = $('#search-block-toggle').eq(0);
var searchBox = $('#search-block-form').eq(0);
......@@ -66,6 +66,7 @@
toggleSearchBox(event);
});
/* Move Media Magnet channel icon to title area if only one channel is selected */
$(document).ajaxSuccess(function( event, request, settings ) {
if (settings.url.indexOf("mediamagnet.osu.edu/api") >= 0 ) {
$('.pane-mm-widgets-live-pane.mm-channel-type-undefined').each(function() {
......
<div<?php print $attributes; ?>>
<a href="<?php print $tile_url; ?>">
<?php print render($content['field_tile_background_img']); ?>
<div class="text-areas">
<h2><?php print $tile_title; ?></h2>
<?php print render($content['field_tile_text_area']); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment