Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
commit
d950b34bdf
|
@ -631,7 +631,6 @@ define([
|
|||
if (!$loading.length || loading.error) { return; }
|
||||
var $progress;
|
||||
if (isDrive) {
|
||||
console.log(data);
|
||||
// Drive state
|
||||
if (loading.driveState === -1) { return; } // Already loaded
|
||||
$progress = $loading.find('.cp-loading-progress-drive');
|
||||
|
|
Loading…
Reference in New Issue