mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +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
cf76bf2df5
commit
395a087a63
@ -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