jquerified rememberMediaOptions - minor enhancement

This commit is contained in:
onli 2013-02-27 22:09:55 +01:00
parent fd7ae69b13
commit 4a2c89f0d0

View File

@ -336,8 +336,6 @@ function showItem(id) {
// save in the cookie which options were selected when inserting a image from the media db
function rememberMediaOptions() {
var el = jQuery('#imageForm');
jQuery('#imageForm :input').each(function(index, element) {
var elname = element.name.replace(/\[/g, '_').replace(/\]/g, '');