|
@@ -93,7 +93,7 @@
|
|
return deferred.promise();
|
|
return deferred.promise();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- });
|
|
|
|
|
|
+ });
|
|
}
|
|
}
|
|
|
|
|
|
$.featherlight({
|
|
$.featherlight({
|
|
@@ -401,7 +401,7 @@
|
|
// exposed API
|
|
// exposed API
|
|
WebDAV = {
|
|
WebDAV = {
|
|
init: function() {
|
|
init: function() {
|
|
- $('<div class="content"></div><div class="upload">Drop files here to upload or <a href="#createDirectory" class="create-directory">create a new directory</a></div>').appendTo($('body').empty());
|
|
|
|
|
|
+ $('<div class="content"></div><div class="upload">Drop files here to upload or <a href="#createDirectory" class="create-directory">create a new directory</a></div>').appendTo($('body').empty());
|
|
|
|
|
|
$('div.content').append(_list);
|
|
$('div.content').append(_list);
|
|
|
|
|