mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Avoid some init / destroy errors in color picker popup
This commit is contained in:
@@ -1852,7 +1852,7 @@
|
||||
commitCallback = null;
|
||||
cancelCallback = null;
|
||||
liveCallback = null;
|
||||
container.html('');
|
||||
container.remove();
|
||||
for (i = 0; i < List.length; i++) if (List[i] == $this) List.splice(i, 1);
|
||||
},
|
||||
images = settings.images, // local copies for YUI compressor
|
||||
@@ -2083,4 +2083,4 @@
|
||||
}
|
||||
}
|
||||
};
|
||||
})(jQuery, '1.1.6');
|
||||
})(jQuery, '1.1.6');
|
||||
|
Reference in New Issue
Block a user