Do not load io-xdr and io-upload-iframe on the same page.
This commit is contained in:
Petr Skoda
2011-08-25 11:38:34 +02:00
parent 9d753c38d7
commit 0958759dc2
11 changed files with 14 additions and 14 deletions

View File

@@ -1238,7 +1238,7 @@ M.util.help_icon = {
event.preventDefault();
if (M.util.help_icon.instance === null) {
var Y = M.util.help_icon.Y;
Y.use('overlay', 'io', 'event-mouseenter', 'node', 'event-key', function(Y) {
Y.use('overlay', 'io-base', 'event-mouseenter', 'node', 'event-key', function(Y) {
var help_content_overlay = {
helplink : null,
overlay : null,