mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Clear deferred object after its resolved, since the next time reload checks the deferred object existence
-Fix calendar d-n-d works only once
This commit is contained in:
parent
8431629ed2
commit
ab890a7c56
@ -254,6 +254,7 @@ var fw_browser = Class.extend({
|
||||
if(self.loadingDeferred)
|
||||
{
|
||||
self.loadingDeferred.resolve();
|
||||
self.loadingDeferred = null;
|
||||
}
|
||||
}, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user