{combine_css path="themes/bootstrap_darkroom/admin/css/admin.css"} {combine_script id='common' load='footer' path='admin/themes/default/js/common.js'}
');
preview.show();
}
$(document).ready(function() {
if ($('select[name=bootstrap_theme]').val() === 'bootswatch') {
getBootswatchThemes();
} else if ($('select[name=bootstrap_theme]').val() === 'material') {
getMaterialColors();
} else {
preview.html('
');
preview.show();
}
link_target = $('select[name=thumbnail_linkto]').val();
if (!$('input[name=photoswipe]').is(':checked') && link_target !== 'photoswipe') {
$('select[name=thumbnail_linkto]').val('picture');
$('select[name=thumbnail_linkto] option[value=photoswipe]').attr('disabled', 'disabled');
$('select[name=thumbnail_linkto] option[value=photoswipe_mobile_only]').attr('disabled', 'disabled');
}
});
$('select[name=bootstrap_theme]').change(function() {
if ($('select[name=bootstrap_theme]').val() === 'bootswatch') {
getBootswatchThemes();
select_material.empty();
select_material.hide();
label_material.hide();
} else {
select_bootswatch.empty();
select_bootswatch.hide();
label_bootswatch.hide();
preview.hide();
if ($('select[name=bootstrap_theme]').val() === 'material') {
getMaterialColors();
} else {
select_material.empty();
select_material.hide();
label_material.hide();
preview.html('
');
preview.show();
}
}
});
$(select_bootswatch).change(function() {
preview.html('
');
});
$('input[name=photoswipe]').change(function() {
curr = $('select[name=thumbnail_linkto]').val();
if (!$(this).is(':checked') && curr !== 'picture') {
$('select[name=thumbnail_linkto]').val('picture');
$('select[name=thumbnail_linkto] option[value=photoswipe]').attr('disabled', 'disabled');
$('select[name=thumbnail_linkto] option[value=photoswipe_mobile_only]').attr('disabled', 'disabled');
} else {
$('select[name=thumbnail_linkto] option[value=photoswipe]').removeAttr('disabled');
$('select[name=thumbnail_linkto] option[value=photoswipe_mobile_only]').removeAttr('disabled');
}
});
{/footer_script}