Project

General

Profile

Bug #18177 ยป 0007466.patch

Administrator Admin, 2008-02-08 23:12

View differences:

typo3/js/clearcachemenu.js (Arbeitskopie)
Effect.Fade(menu, {duration: 0.1});
}
Event.stop(event);
if (event) {
Event.stop(event);
}
},
/**
......
var toolbarItemIcon = $$('#clear-cache-actions-menu .toolbar-item img')[0];
toolbarItemIcon.src = 'gfx/spinner.gif';
new Ajax.Request(Event.element(event).href, {
'method': 'get',
'onComplete': function() {
toolbarItemIcon.src = this.toolbarItemIcon;
}.bind(this)
});
Event.stop(event);
if (event) {
var url = Event.element(event).href;
if (url) {
new Ajax.Request(url, {
'method': 'get',
'onComplete': function() {
toolbarItemIcon.src = this.toolbarItemIcon;
}.bind(this)
});
}
Event.stop(event);
}
this.toggleMenu();
}
});
var TYPO3BackendClearCacheMenu = new ClearCacheMenu();
    (1-1/1)