/*
* JavaScript for Auto AnimateImage
* Copyright (C) 2012 attosoft
* This file is distributed under the same license as the Auto AnimateImage package.
* attosoft , 2012.
*/
jQuery(function($) {
postboxes.add_postbox_toggles(pagenow);
});
function onRepeatChange(input) {
document.form[input.name][1].checked = input.value == '-1';
}