colorbox updated
This commit is contained in:
parent
8398e02450
commit
4834083b57
6
rizk/static/js/jquery.colorbox-min.js
vendored
6
rizk/static/js/jquery.colorbox-min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -105,7 +105,7 @@ function displayMedia(data) {
|
||||||
var padmaHtml = tmpl("tmpl_padmas", {'videos': data.pvideos });
|
var padmaHtml = tmpl("tmpl_padmas", {'videos': data.pvideos });
|
||||||
var html = imagesHtml + youtubeHtml + padmaHtml;
|
var html = imagesHtml + youtubeHtml + padmaHtml;
|
||||||
$('#media').html(html);
|
$('#media').html(html);
|
||||||
$('.imagesWrapper a').colorbox();
|
$('.imageWrapper a').colorbox();
|
||||||
}
|
}
|
||||||
|
|
||||||
function onFeatureSelect(f) {
|
function onFeatureSelect(f) {
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/html" id="tmpl_padmas">
|
<script type="text/html" id="tmpl_padmas">
|
||||||
Padma Videos:
|
<% if (videos.length > 0) { %> Videos from Pad.ma <% } %>:
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/html" id="tmpl_about">
|
<script type="text/html" id="tmpl_about">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user